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