Open-Source-Access-Control-.../app/views/paypal_csvs/new.html.erb
2013-08-28 04:25:54 -07:00

15 lines
303 B
Plaintext

<style type="text/css">
label {
width: 10em;
display: inline-block;}
</style>
<%= form_tag('/paypal_csvs', :multipart => true) do |f| %>
<div class="field">
<%= label_tag :file %>
<%= file_field_tag :file %>
</div>
<div class="actions">
<%= submit_tag %>
</div>
<% end %>