Sha256: 3ae9352d64a6780b33e2c260049bb50ac5125de9607c85267688562c03e11098

Contents?: true

Size: 733 Bytes

Versions: 5

Compression:

Stored size: 733 Bytes

Contents

<div class="contextual">
  <%= link_to_function "Protokoll drucken", 'window.print()', :class => "icon icon-print" %>
  <%= link_to "VESR Liste", esr_bookings_path, :class => "icon icon-book" %>
</div>
<h2>VESR Protokoll vom <%= l(@esr_file.updated_at.to_date) %></h2>
<%= render :partial => 'list_records', :object => @esr_file.esr_records.valid %>

<% unless @esr_file.esr_records.bad.empty? %>
  <h3>Falscher Betrag</h3>
  <%= render :partial => 'list_records', :object => @esr_file.esr_records.bad %>
<% end %>

<% unless @esr_file.esr_records.missing.empty? %>
  <h3>Rechnung nicht gefunden</h3>
  <%= render :partial => 'list_records', :object => @esr_file.esr_records.missing %>
<% end %>

<%= render :partial => 'sidebar' %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vesr-0.2.1 app/views/esr_bookings/show.html.erb
vesr-0.2.0 app/views/esr_bookings/show.html.erb
vesr-0.1.4 app/views/esr_bookings/show.html.erb
vesr-0.1.3 app/views/esr_bookings/show.html.erb
vesr-0.1.2 app/views/esr_bookings/show.html.erb