Sha256: fb6ba0d414a190e26882244100b314a94cca3c6d3fe5dc49904daa2fe5770d20
Contents?: true
Size: 485 Bytes
Versions: 9
Compression:
Stored size: 485 Bytes
Contents
<% content_for :page_title do %> <%= t(:listing_reports) %> <% end %> <table class="index"> <thead> <tr data-hook="reports_header"> <th><%= t(:name) %></th> <th><%= t(:description) %></th> </tr> </thead> <tbody> <% @reports.each do |key, value| %> <tr data-hook="reports_row"> <td><%= link_to value[:name], send("#{key}_admin_reports_url".to_sym) %></td> <td><%= value[:description] %></td> </tr> <% end %> </tbody> </table>
Version data entries
9 entries across 9 versions & 2 rubygems