announcement-test/app/views/admin/announcements/edit.html.erb

6 lines
228 B
Plaintext
Raw Normal View History

2014-05-01 08:41:00 +00:00
<%= form_for @bulletin, url: admin_announcement_path(@bulletin), html: {class: "form-horizontal main-forms previewable"} do |f| %>
<fieldset>
2017-11-26 14:33:54 +00:00
</br>
2014-05-01 08:41:00 +00:00
<%= render :partial => 'form', locals: {f: f} %>
</fieldset>
<% end %>