Sha256: 5115669490fe07b4648db57cd74984855856f02470beaf92abc0029a72e991c0
Contents?: true
Size: 752 Bytes
Versions: 4
Compression:
Stored size: 752 Bytes
Contents
<% content_for :head do %> <%= calendar_date_select_includes %> <% end %> <h1><%= t("Listing reports") %></h1> <table> <tr> <td valign="top"> <div id="order-summary"> <table class="admin-report" width="515"> <thead> <tr> <th><%= t("Name") %></th> <th><%= t("Description") %></th> </tr> </thead> <tbody> <% @reports.each do |key, value| %> <tr class="<%= cycle('even', 'odd') %>"> <td><%= link_to t(value[:name]), :action => key %></td> <td><%= t(value[:description]) %></td> </tr> <% end %> </tbody> </table> </div> </td> </tr> </table>
Version data entries
4 entries across 4 versions & 1 rubygems