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.0.rc12 app/themes/default/views/helpers/admin/dashboard/_resources.html.erb
typus-3.0.11.rc5 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.1.0.rc11 app/themes/default/views/helpers/admin/dashboard/_resources.html.erb
typus-3.1.0.rc10 app/themes/default/views/helpers/admin/dashboard/_resources.html.erb
typus-3.0.11.rc4 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.1.0.rc9 app/themes/default/views/helpers/admin/dashboard/_resources.html.erb
typus-3.0.11.rc3 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.1.0.rc8 app/views/helpers/admin/dashboard/_resources.html.erb
typus-3.1.0.rc7 app/views/helpers/admin/dashboard/_resources.html.erb
typus-3.1.0.rc6 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.1.0.rc5 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.1.0.rc4 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.1.0.rc3 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.1.0.rc2 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.0.11.rc2 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.0.11.rc1 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.1.0.rc1 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.0.10 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.0.9 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.0.8 app/views/admin/helpers/dashboard/_resources.html.erb