Sha256: fb594defe64d72e4af2d41340546ebadc41648b3ab18f70d6a058289bf680954
Contents?: true
Size: 444 Bytes
Versions: 8
Compression:
Stored size: 444 Bytes
Contents
<% if resources.any? %> <table> <thead> <tr> <th colspan="2"><%= _t("Resources") %></th> </tr> </thead> <% resources.each do |resource| %> <tr class="<%= cycle("even", "odd") %>"> <td><%= link_to _t(resource.titleize.capitalize), :controller => "admin/#{resource.underscore}" %></td> <td align="right" style="vertical-align: bottom;"></td> </tr> <% end %> </table> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems