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