Sha256: ce4f6aa281638c82c0e93477bb145792057c916f30b01c83e357a3c90a914f0d

Contents?: true

Size: 334 Bytes

Versions: 3

Compression:

Stored size: 334 Bytes

Contents

<div class="contextual">
  <%= link_to "VESR Liste", esr_bookings_path, :class => "icon icon-book" %>
</div>
<h2>VESR Datei einlesen</h2>
<% form_for :esr_file, :url => esr_bookings_path, :html => { :multipart => true } do |esr_file| %>
  Datei: <%= esr_file.file_field :uploaded_data %>
  <%= esr_file.submit 'Einlesen' %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vesr-0.1.4 app/views/esr_bookings/_form.html.erb
vesr-0.1.3 app/views/esr_bookings/_form.html.erb
vesr-0.1.2 app/views/esr_bookings/_form.html.erb