forked from spen/seminar
5 lines
224 B
Plaintext
5 lines
224 B
Plaintext
|
<%= form_for @custom_bulletin, url: admin_custom_announcements_path, html: {class: "form-horizontal main-forms previewable"} do |f| %>
|
||
|
<fieldset>
|
||
|
<%= render :partial => 'form', locals: {f: f} %>
|
||
|
</fieldset>
|
||
|
<% end %>
|