2016-11-01 11:18:27 +08:00
|
|
|
<% content_for :title, 'Notifications | Metamaps' %>
|
|
|
|
<% content_for :mobile_title, 'Notifications' %>
|
|
|
|
|
|
|
|
<div id="yield">
|
|
|
|
<div class="centerContent notificationPage">
|
2016-12-08 14:39:41 -05:00
|
|
|
<h2 class="notification-title"><%= @notification.subject %></h4>
|
|
|
|
<div class="notification-body">
|
|
|
|
<%= raw @notification.body %>
|
2016-11-01 11:18:27 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2016-12-08 14:39:41 -05:00
|
|
|
|
2016-12-12 16:07:34 -05:00
|
|
|
<div class="centerContent withPadding back">
|
|
|
|
<%= link_to 'Back to notifications', notifications_path %>
|
2016-12-08 14:39:41 -05:00
|
|
|
</div>
|
|
|
|
|
2016-12-13 02:42:33 -05:00
|
|
|
<%= render partial: 'shared/go_to_maps' %>
|
2016-11-01 11:18:27 +08:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<%= render partial: 'notifications/header' %>
|