Sha256: efbce860b7d0fc0bddd7637dafeecfd6b7695fdf8b9bc9368d219e43a6aeafc8
Contents?: true
Size: 297 Bytes
Versions: 1
Compression:
Stored size: 297 Bytes
Contents
<ul> <li><%= link_to _t("Dashboard"), admin_dashboard_path %></li> <% Typus.applications.each do |app| %> <li><%= link_to _t(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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
typus-1.0.0.pre6 | app/views/admin/helpers/_apps.html.erb |