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">
|
2016-12-08 21:48:50 +00:00
|
|
|
<h2 class="notification-title"><%= @notification.subject %></h4>
|
|
|
|
<div class="notification-body">
|
|
|
|
<%= raw @notification.body %>
|
2016-11-25 16:39:10 +00:00
|
|
|
</div>
|
2016-11-17 04:04:30 +00:00
|
|
|
</div>
|
2016-12-08 21:48:50 +00:00
|
|
|
|
2016-12-12 22:55:42 +00:00
|
|
|
<div class="centerContent withPadding back">
|
|
|
|
<%= link_to 'Back to notifications', notifications_path %>
|
2016-12-08 21:48:50 +00:00
|
|
|
</div>
|
|
|
|
|
2016-12-13 16:42:44 +00:00
|
|
|
<%= render partial: 'shared/go_to_maps' %>
|
2016-11-17 04:04:30 +00:00
|
|
|
</div>
|
2016-11-24 22:31:58 +00:00
|
|
|
|
|
|
|
<%= render partial: 'notifications/header' %>
|