From 50ca5e40f461290a2db7452b95f80dd3188dba1d Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 24 Jul 2026 18:04:56 +0200 Subject: Rename layout classes to what they actually do --- app/views/users/show.html.erb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'app/views/users/show.html.erb') diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 70881dbd..08eb52ec 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -1,11 +1,11 @@ -
+

<%= @user.login %>

-
Actions
-
-
-
+
Actions
+
+
+
<%= link_to edit_user_path(@user), class: 'action_button' do %> <%= icon("edit", library: "tabler", "aria-hidden": true) %> Edit <% end %> @@ -13,13 +13,13 @@
-
Login
-
<%= @user.login %>
+
Login
+
<%= @user.login %>
-
E-Mail
-
<%= @user.email %>
+
E-Mail
+
<%= @user.email %>
-
Admin?
-
<%= @user.admin ? "yes" : "no" %>
+
Admin?
+
<%= @user.admin ? "yes" : "no" %>
-- cgit v1.3