AyuntamientoMadrid/participacion

View on GitHub
app/views/proposal_notifications/show.html.erb

Summary

Maintainability
Test Coverage
<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>