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

13 lines
306 B
Plaintext
Raw Normal View History

2016-11-17 04:04:30 +00:00
<% content_for :title, 'Notifications | Metamaps' %>
<% content_for :mobile_title, 'Notifications' %>
<div id="yield">
<div class="centerContent">
<h4><%= @notification.subject %></h4>
<hr />
<%= @notification.body %>
<hr />
<%= link_to 'Back', notifications_path %>
</div>
</div>