Sha256: b5d425d8237e9b1cb7dfcc24022d866d70fffcf3eac65cdd2361bb11e12c1834
Contents?: true
Size: 401 Bytes
Versions: 13
Compression:
Stored size: 401 Bytes
Contents
<h1><%= t("listing_reports") %></h1> <table class="index"> <thead> <tr> <th><%= t("name") %></th> <th><%= t("description") %></th> </tr> </thead> <tbody> <% @reports.each do |key, value| %> <tr> <td><%= link_to value[:name], send("#{key}_admin_reports_url".to_sym) %></td> <td><%= value[:description] %></td> </tr> <% end %> </tbody> </table>
Version data entries
13 entries across 13 versions & 6 rubygems