metamaps--metamaps/app/views/notifications/show.html.erb

20 lines
548 B
Plaintext
Raw Normal View History

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