Files
nairobi/app/views/proposal_notifications/show.html.erb
2017-07-26 18:18:30 +02:00

9 lines
233 B
Plaintext

<div class="row">
<div class="small-12 medium-9">
<%= back_link_to user_path(current_user), t("proposal_notifications.show.back") %>
<h2><%= @notification.title %></h2>
<p><%= @notification.body %></p>
</div>
</div>