Sha256: ff41935c6ecdefd5f3de7a06169364ee7b755eabeff184515807524bcf632078
Contents?: true
Size: 300 Bytes
Versions: 5
Compression:
Stored size: 300 Bytes
Contents
<% content_for :sidebar do %> <div class="sub-tabs"> <h3>Ältere Buchungsläufe</h3> <ul> <% for esr_file in EsrFile.find :all, :limit => 10, :order => 'updated_at DESC' %> <li><%= link_to esr_file.to_s(:short), esr_booking_path(esr_file) %></li> <% end %> </ul> </div> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems