Sha256: 42f1d3a6f375628874fc2f8c8085acf5da71a3d3903008b101695f6cf4bcca8c

Contents?: true

Size: 350 Bytes

Versions: 23

Compression:

Stored size: 350 Bytes

Contents

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

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

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

<% if admin_user.applications.any? %>
  <%= render 'applications' %>
<% else %>
  <div class="notice">
    No applications detected.
  </div>
<% end %>

<%= resources(admin_user) %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
typus-3.0.12 app/views/admin/dashboard/show.html.erb
typus-3.1.0.rc14 app/views/admin/dashboard/show.html.erb
typus-3.0.11 app/views/admin/dashboard/show.html.erb
typus-3.1.0.rc13 app/themes/default/views/admin/dashboard/show.html.erb
typus-3.1.0.rc12 app/themes/default/views/admin/dashboard/show.html.erb
typus-3.0.11.rc5 app/views/admin/dashboard/show.html.erb
typus-3.1.0.rc11 app/themes/default/views/admin/dashboard/show.html.erb
typus-3.1.0.rc10 app/themes/default/views/admin/dashboard/show.html.erb
typus-3.0.11.rc4 app/views/admin/dashboard/show.html.erb
typus-3.1.0.rc9 app/themes/default/views/admin/dashboard/show.html.erb
typus-3.0.11.rc3 app/views/admin/dashboard/show.html.erb
typus-3.1.0.rc8 app/views/admin/dashboard/show.html.erb
typus-3.1.0.rc7 app/views/admin/dashboard/show.html.erb
typus-3.1.0.rc6 app/views/admin/dashboard/show.html.erb
typus-3.1.0.rc5 app/views/admin/dashboard/show.html.erb
typus-3.1.0.rc4 app/views/admin/dashboard/show.html.erb
typus-3.1.0.rc3 app/views/admin/dashboard/show.html.erb
typus-3.1.0.rc2 app/views/admin/dashboard/show.html.erb
typus-3.0.11.rc2 app/views/admin/dashboard/show.html.erb
typus-3.0.11.rc1 app/views/admin/dashboard/show.html.erb