10 lines
140 B
Plaintext
10 lines
140 B
Plaintext
|
<fieldset>
|
||
|
<h2>Upload an image</h2>
|
||
|
<p>
|
||
|
<label>
|
||
|
File:
|
||
|
<%= file_field 'image', 'file' %>
|
||
|
</label>
|
||
|
</p>
|
||
|
</fieldset>
|