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.1.10 app/views/helpers/admin/dashboard/_resources.html.erb
typus-3.1.9 app/views/helpers/admin/dashboard/_resources.html.erb
typus-3.1.8 app/views/helpers/admin/dashboard/_resources.html.erb
typus-3.1.7 app/views/helpers/admin/dashboard/_resources.html.erb
typus-3.1.6 app/views/helpers/admin/dashboard/_resources.html.erb
typus-3.1.5 app/views/helpers/admin/dashboard/_resources.html.erb
typus-3.1.4 app/views/helpers/admin/dashboard/_resources.html.erb
typus-3.1.3 app/views/helpers/admin/dashboard/_resources.html.erb
typus-3.1.2 app/views/helpers/admin/dashboard/_resources.html.erb
typus-3.1.1 app/views/helpers/admin/dashboard/_resources.html.erb
typus-3.1.0 app/views/helpers/admin/dashboard/_resources.html.erb
typus-3.1.0.rc19 app/views/helpers/admin/dashboard/_resources.html.erb
typus-3.1.0.rc18 app/views/helpers/admin/dashboard/_resources.html.erb
typus-3.0.12 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.1.0.rc17 app/views/helpers/admin/dashboard/_resources.html.erb
typus-3.1.0.rc16 app/views/helpers/admin/dashboard/_resources.html.erb
typus-3.1.0.rc15 app/views/helpers/admin/dashboard/_resources.html.erb
typus-3.1.0.rc14 app/views/helpers/admin/dashboard/_resources.html.erb
typus-3.0.11 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.1.0.rc13 app/themes/default/views/helpers/admin/dashboard/_resources.html.erb