Skip to content

Instantly share code, notes, and snippets.

@BitPuffin
Created May 24, 2011 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BitPuffin/988715 to your computer and use it in GitHub Desktop.
Save BitPuffin/988715 to your computer and use it in GitHub Desktop.
<div id="margin">
</div>
<div id="content">
<div id="content_borderfix">
<div id="not_logged_in">
<br />
<center><p class="lightgrey_none_large">Choose what file you wish to upload:</p></center>
<%= form_for @image, :html => { :multipart => true } do |f| %>
<%= f.error_messages %>
<%= f.file_field :image_file_name %><br /><br />
<center><%= f.submit "Upload!", :class => "button large" %></center>
<% end %>
<br />
<br />
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment