Sha256: 4fd6e06860bb52775b86fbdd399f3a4bfbe60f2c9df0bc5824e8e1e68ce0c9f6
Contents?: true
Size: 554 Bytes
Versions: 3
Compression:
Stored size: 554 Bytes
Contents
<%= semantic_form_for([:admin, @attachment], :html => { :multipart => true }) do |form| %> <%= render "admin/shared/form_buttons", :form => form %> <%= render "admin/shared/form_errors" %> <div class="tabs"> <ul> <li><a href="#tab_main">Main</a></li> </ul> <div id="tab_main"> <%= form.inputs do -%> <%= form.input :title %> <%= form.input :attachment, :as => :file %> <%- end -%> <div class="clear"></div> </div> </div> <%= render "admin/shared/form_buttons", :form => form %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
soapbox-0.3.1 | app/views/admin/attachments/form.html.erb |
soapbox-0.3.0 | app/views/admin/attachments/form.html.erb |
soapbox-0.2.24 | app/views/admin/attachments/form.html.erb |