metamaps--metamaps/app/views/notifications/show.html.erb
2016-12-11 17:48:47 -05:00

13 lines
306 B
Plaintext

<% content_for :title, 'Notifications | Metamaps' %>
<% content_for :mobile_title, 'Notifications' %>
<div id="yield">
<div class="centerContent">
<h4><%= @notification.subject %></h4>
<hr />
<%= @notification.body %>
<hr />
<%= link_to 'Back', notifications_path %>
</div>
</div>