Sha256: fab519557cb94bc9f942f4bff2dda7730f814f71d9d36b5b516637eb79ded536

Contents?: true

Size: 380 Bytes

Versions: 5

Compression:

Stored size: 380 Bytes

Contents

<table>

  <thead>
    <tr>
      <th colspan="2"><%= _("Resources") %></th>
    </tr>
  </thead>

  <% resources.each do |resource| %>
    <tr class="<%= cycle("even", "odd") %>">
    <td><%= link_to _(resource.titleize.capitalize), :controller => "admin/#{resource.underscore}" %></td>
    <td align="right" style="vertical-align: bottom;"></td>
    </tr>
  <% end %>

</table>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typus-1.0.0.pre5 app/views/admin/helpers/dashboard/_resources.html.erb
typus-1.0.0.pre4 app/views/admin/helpers/dashboard/_resources.html.erb
typus-1.0.0.pre3 app/views/admin/helpers/dashboard/_resources.html.erb
typus-1.0.0.pre2 app/views/admin/helpers/dashboard/_resources.html.erb
typus-1.0.0.pre app/views/admin/helpers/dashboard/_resources.html.erb