This repository has been archived on 2023-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
|
<%= form_for @bulletin, url: admin_announcement_path(@bulletin), html: {class: "form-horizontal main-forms previewable"} do |f| %>
|
|
<fieldset>
|
|
<%= render :partial => 'form', locals: {f: f} %>
|
|
</fieldset>
|
|
<% end %> |