Open-Source-Access-Control-.../app/views/paypal_csvs/new.html.erb

15 lines
303 B
Plaintext
Raw Normal View History

2013-08-28 11:25:54 +00:00
<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 %>