Sha256: 9fe1317541f0159def951898ef148894ce3d3ee2b502b19b0ed367e101bac649
Contents?: true
Size: 262 Bytes
Versions: 1
Compression:
Stored size: 262 Bytes
Contents
%legend Upload new content = form_for :originable, url: { controller: "contents"}, :html => {:multipart => true} do |f| = f.label :name %br/ = f.text_field :name = f.label :flat_file = f.file_field :flat_file = f.submit "Upload file", class: "button"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buttafly-0.0.1 | app/views/buttafly/contents/_form.html.haml |