This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
barleysodas/app/views/galleries/_image_form.rhtml

10 lines
140 B
Plaintext
Raw Normal View History

<fieldset>
<h2>Upload an image</h2>
<p>
<label>
File:
<%= file_field 'image', 'file' %>
</label>
</p>
</fieldset>