Sha256: 6ba60f05ebcc25401c93ce0fbee5767aba305a6ffef0a31e05ddab788de261f7

Contents?: true

Size: 295 Bytes

Versions: 5

Compression:

Stored size: 295 Bytes

Contents

<ul>
  <li><%= link_to _("Dashboard"), admin_dashboard_path %></li>
  <% Typus.applications.each do |app| %>
    <li><%= link_to _(app), :controller => Typus.application(app).sort {|a,b| a.constantize.model_name.human <=> b.constantize.model_name.human}.first.tableize %></li>
  <% end %>
</ul>

Version data entries

5 entries across 5 versions & 1 rubygems

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