Sha256: 73ad7525afa473cc03d7ef89da2713897962646e7d15004ac11fa52dce286c6a

Contents?: true

Size: 395 Bytes

Versions: 44

Compression:

Stored size: 395 Bytes

Contents

<% if resources.any? %>

  <table>

    <thead>
      <tr>
        <th><%= Typus::I18n.t("Resources") %></th>
      </tr>
    </thead>

    <% resources.each do |resource| %>
      <tr class="<%= cycle("even", "odd") %>">
        <td><%= link_to Typus::I18n.t(resource.titleize.capitalize), :controller => "/admin/#{resource.underscore}" %></td>
      </tr>
    <% end %>

  </table>

<% end %>

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
typus-3.0.7 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.0.6 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.0.5 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.0.4 app/views/admin/helpers/dashboard/_resources.html.erb