Sha256: 25307f0b9ec3fa8181ea47dbe9987e688a5363d024e0052f5df95ff06af8445e
Contents?: true
Size: 381 Bytes
Versions: 13
Compression:
Stored size: 381 Bytes
Contents
<% if resources.any? %> <table class="zebra-striped"> <thead> <tr> <th><%= Typus::I18n.t("Resources") %></th> </tr> </thead> <% resources.each do |resource| %> <tr> <td><%= link_to Typus::I18n.t(resource.titleize.capitalize), :controller => "/admin/#{resource.underscore}" %></td> </tr> <% end %> </table> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems