app/views/admin/dashboard/show.html.erb in typus-3.0.8 vs app/views/admin/dashboard/show.html.erb in typus-3.0.9

- old
+ new

@@ -9,8 +9,14 @@ <h2> <%= page_title %> </h2> -<%= applications %> +<% if admin_user.applications.any? %> + <%= render 'applications' %> +<% else %> + <div class="notice"> + No applications detected. + </div> +<% end %> <%= resources(admin_user) %>