Adds text to form new
This commit is contained in:
@@ -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 %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user