Update new.html.erb

This commit is contained in:
Harry Bomrah 2017-11-26 23:03:21 +08:00
parent a040370005
commit 274801b761
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
<%= form_for @bulletin, url: admin_announcements_path, html: {class: "form-horizontal main-forms previewable"} do |f| %>
<fieldset>
</br>
<%= render :partial => 'form', locals: {f: f} %>
</fieldset>
<% end %>