Sha256: 181083035fcab656b1b5ff997945eb53739734654ba3ac438ad9abd0ac33d479

Contents?: true

Size: 209 Bytes

Versions: 8

Compression:

Stored size: 209 Bytes

Contents

<%
  page_title = _t("Dashboard")
  title(page_title)
%>

<% content_for :sidebar do %>
  <%= render "sidebar" %>
<% end %>

<h2>
  <%= page_title %>
</h2>

<%= applications %>

<%= resources(current_user) %>

Version data entries

8 entries across 8 versions & 1 rubygems

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