Adds text to form new

This commit is contained in:
Alberto Garcia Cabeza
2016-06-15 21:14:56 +02:00
parent dd7629b5af
commit 419ced5a18
3 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<div class="row">
<div class="small-12 medium-9 column">
<div class="small-12 column">
<%= render 'shared/back_link' %>
<h1><%= t("proposal_notifications.new.title") %></h1>
@@ -12,7 +12,11 @@
proposal_path(@proposal, anchor: "comments"))).html_safe %>
</p>
</div>
</div>
</div>
<div class="row">
<div class="small-12 medium-9 column">
<%= form_for @notification do |f| %>
<%= render "shared/errors", resource: @notification %>