metamaps--metamaps/app/views/notifications/show.html.erb
2016-12-16 16:20:53 -05:00

16 lines
448 B
Plaintext

<% content_for :title, 'Notifications | Metamaps' %>
<% content_for :mobile_title, 'Notifications' %>
<div id="yield">
<div class="centerContent notificationPage">
<h2 class="title"><%= @notification.subject %></h4>
<%= @notification.body %>
<div class="back">
<%= link_to 'Back', notifications_path %>
</div>
</div>
<%= render partial: 'shared/back_to_mapping' %>
</div>
<%= render partial: 'notifications/header' %>