Sha256: d8fa64d418c938e9e5e16afa9ff988e1dc34079c7cf5d96ed63f97861792f650

Contents?: true

Size: 218 Bytes

Versions: 5

Compression:

Stored size: 218 Bytes

Contents

<%
  page_title = Typus::I18n.t("Dashboard")
  title(page_title)
%>

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

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

<%= applications %>

<%= resources(admin_user) %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typus-3.0.8 app/views/admin/dashboard/show.html.erb
typus-3.0.7 app/views/admin/dashboard/show.html.erb
typus-3.0.6 app/views/admin/dashboard/show.html.erb
typus-3.0.5 app/views/admin/dashboard/show.html.erb
typus-3.0.4 app/views/admin/dashboard/show.html.erb