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

16 lines
452 B
Plaintext
Raw Normal View History

<% content_for :title, 'Notifications | Metamaps' %>
<% content_for :mobile_title, 'Notifications' %>
<div id="yield">
<div class="centerContent notificationPage">
<h2 class="title"><%= @notification.subject %></h4>
2016-11-29 16:15:14 +00:00
<%= raw @notification.body %>
<div class="back">
<%= link_to 'Back', notifications_path %>
</div>
</div>
<%= render partial: 'shared/back_to_mapping' %>
</div>
<%= render partial: 'notifications/header' %>