Sha256: 8ae23416ee95e2d48945681d47477fda2cd9cfb876d1acd516dfe9932ae8a789
Contents?: true
Size: 458 Bytes
Versions: 24
Compression:
Stored size: 458 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 t(value[:name].downcase.gsub(" ","_")), send("#{key}_admin_reports_url".to_sym) %></td> <td><%= t(value[:description].downcase.gsub(" ","_")) %></td> </tr> <% end %> </tbody> </table>
Version data entries
24 entries across 24 versions & 2 rubygems