2016-11-16 23:04:30 -05:00
|
|
|
<% content_for :title, 'Notifications | Metamaps' %>
|
|
|
|
<% content_for :mobile_title, 'Notifications' %>
|
|
|
|
|
|
|
|
<div id="yield">
|
2016-12-15 17:34:42 -05:00
|
|
|
<div class="centerContent withPadding back">
|
|
|
|
<%= link_to 'Back to notifications', notifications_path %>
|
|
|
|
</div>
|
2016-11-25 11:39:10 -05:00
|
|
|
<div class="centerContent notificationPage">
|
2016-12-08 16:48:50 -05:00
|
|
|
<h2 class="notification-title"><%= @notification.subject %></h4>
|
|
|
|
<div class="notification-body">
|
|
|
|
<%= raw @notification.body %>
|
2016-11-25 11:39:10 -05:00
|
|
|
</div>
|
2016-11-16 23:04:30 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
2016-11-24 17:31:58 -05:00
|
|
|
|
|
|
|
<%= render partial: 'notifications/header' %>
|