<% if @user.admin? %> Administrator <% else %> User <% end %>
<%= app.description %>
<% end %>You don't have access to any applications yet. Contact your administrator if you think this is an error.
View, edit, and invite users
<% end %> <%= link_to admin_applications_path, class: "block p-6 bg-white rounded-lg border border-gray-200 shadow-sm hover:bg-gray-50 hover:shadow-md transition" do %>Register and configure applications
<% end %> <%= link_to admin_groups_path, class: "block p-6 bg-white rounded-lg border border-gray-200 shadow-sm hover:bg-gray-50 hover:shadow-md transition" do %>Create and organize user groups
<% end %>