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

Version Path
brainsome_typus-4.0.0.beta13 app/views/helpers/admin/dashboard/_resources.html.erb
brainsome_typus-4.0.0.beta12 app/views/helpers/admin/dashboard/_resources.html.erb
brainsome_typus-4.0.0.beta11 app/views/helpers/admin/dashboard/_resources.html.erb
brainsome_typus-4.0.0.beta10 app/views/helpers/admin/dashboard/_resources.html.erb
brainsome_typus-4.0.0.beta9 app/views/helpers/admin/dashboard/_resources.html.erb
brainsome_typus-4.0.0.beta8 app/views/helpers/admin/dashboard/_resources.html.erb
brainsome_typus-4.0.0.beta7 app/views/helpers/admin/dashboard/_resources.html.erb
brainsome_typus-4.0.0.beta6 app/views/helpers/admin/dashboard/_resources.html.erb
brainsome_typus-4.0.0.beta5 app/views/helpers/admin/dashboard/_resources.html.erb
brainsome_typus-4.0.0.beta4 app/views/helpers/admin/dashboard/_resources.html.erb
brainsome_typus-4.0.0.beta3 app/views/helpers/admin/dashboard/_resources.html.erb
brainsome_typus-4.0.0.beta2 app/views/helpers/admin/dashboard/_resources.html.erb
brainsome_typus-4.0.0.beta1 app/views/helpers/admin/dashboard/_resources.html.erb