Update edit.html.erb
This commit is contained in:
parent
0fd3501f4c
commit
c6e4066fd4
|
@ -1,5 +1,6 @@
|
||||||
<%= form_for @bulletin, url: admin_announcement_path(@bulletin), html: {class: "form-horizontal main-forms previewable"} do |f| %>
|
<%= form_for @bulletin, url: admin_announcement_path(@bulletin), html: {class: "form-horizontal main-forms previewable"} do |f| %>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
</br>
|
||||||
<%= render :partial => 'form', locals: {f: f} %>
|
<%= render :partial => 'form', locals: {f: f} %>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<% end %>
|
<% end %>
|
Loading…
Reference in New Issue