Sha256: bf20dbf382b5483dad13e79cbb62f37e342357efb997d34e406c7d3f72d9468a
Contents?: true
Size: 679 Bytes
Versions: 7
Compression:
Stored size: 679 Bytes
Contents
<%= simple_form_for(['admin', @item]) do |f| %> <section class="main_content-header"> <div class="main_content-header-wrapper"> <%= render 'fae/shared/form_header', header: @klass_name, f: f, item: @item %> <%# render 'fae/shared/form_nav', sections: [title, anchor] %> </div> </section> <div class="main_content-sections"> <section class="main_content-section"> <div class="content"> <%= f.input :score %> <%= f.input :publication %> <%= fae_datepicker f, :publication_date %> <%= fae_file_form f, :pdf %> <%= fae_input f, :description, markdown: true %> </div> </section> </div> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems