app/views/esr_files/show.html.haml in vesr-0.11.5 vs app/views/esr_files/show.html.haml in vesr-0.11.6

- old
+ new

@@ -1,10 +1,10 @@ .contextual = link_to_function "Protokoll drucken", 'window.print()', :class => "icon icon-print" = link_to "VESR Liste", esr_files_path, :class => "icon icon-book" = link_to t_action(:show_all), {:show_valid => true}, :class => 'icon icon-show_all' unless params['show_valid'] - -%h2 VESR Protokoll vom #{l(@esr_file.updated_at.to_date)} +.page-head + %h1 VESR Protokoll vom #{l(@esr_file.updated_at.to_date)} - if params['show_valid'].present? %h3 Korrekte Zahlungen = render 'esr_records/list', :esr_records => @esr_file.esr_records.valid - else