2016-11-17 04:04:30 +00:00
|
|
|
<% content_for :title, 'Notifications | Metamaps' %>
|
|
|
|
<% content_for :mobile_title, 'Notifications' %>
|
|
|
|
|
|
|
|
<div id="yield">
|
2016-11-25 16:39:10 +00:00
|
|
|
<div class="centerContent notificationPage">
|
|
|
|
<h2 class="title"><%= @notification.subject %></h4>
|
2016-11-17 04:04:30 +00:00
|
|
|
<%= @notification.body %>
|
2016-11-25 16:39:10 +00:00
|
|
|
<div class="back">
|
|
|
|
<%= link_to 'Back', notifications_path %>
|
|
|
|
</div>
|
2016-11-17 04:04:30 +00:00
|
|
|
</div>
|
2016-11-25 16:47:29 +00:00
|
|
|
<%= render partial: 'shared/back_to_mapping' %>
|
2016-11-17 04:04:30 +00:00
|
|
|
</div>
|
2016-11-24 22:31:58 +00:00
|
|
|
|
|
|
|
<%= render partial: 'notifications/header' %>
|