Sha256: fb594defe64d72e4af2d41340546ebadc41648b3ab18f70d6a058289bf680954

Contents?: true

Size: 444 Bytes

Versions: 8

Compression:

Stored size: 444 Bytes

Contents

<% if resources.any? %>

  <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>

<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
typus-3.0.2 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.0.1 app/views/admin/helpers/dashboard/_resources.html.erb
typus-3.0.0 app/views/admin/helpers/dashboard/_resources.html.erb
typus-1.0.0.pre13 app/views/admin/helpers/dashboard/_resources.html.erb
typus-1.0.0.pre12 app/views/admin/helpers/dashboard/_resources.html.erb
typus-1.0.0.pre11 app/views/admin/helpers/dashboard/_resources.html.erb
typus-1.0.0.pre10 app/views/admin/helpers/dashboard/_resources.html.erb
typus-1.0.0.pre9 app/views/admin/helpers/dashboard/_resources.html.erb