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