Sha256: 804a7bf7ab8a67432203c24b95a33c76b95450a2adad5d39cde74201b114699b
Contents?: true
Size: 312 Bytes
Versions: 1
Compression:
Stored size: 312 Bytes
Contents
<h1>New Asset</h1> <% form_for @asset, :html => {:multipart => true} do |form| %> <%= form.label :name, "Name" %> <%= form.text_field :name %> <%= form.label :file, "File" %> <%= form.file_field :file %> <%= submit_tag 'Upload Asset' %> <% end %> <%= link_to "Back to assets", slightcms_assets_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slightcms-0.0.11 | lib/app/views/slightcms/admin/assets/new.html.erb |