Sha256: be572f850e5761626f222da05c59e8201f0319602313633c1f429152896c2370

Contents?: true

Size: 382 Bytes

Versions: 3

Compression:

Stored size: 382 Bytes

Contents

<table>

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

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

</table>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
typus-1.0.0.pre8 app/views/admin/helpers/dashboard/_resources.html.erb
typus-1.0.0.pre7 app/views/admin/helpers/dashboard/_resources.html.erb
typus-1.0.0.pre6 app/views/admin/helpers/dashboard/_resources.html.erb