From 78e7d2745c11e2029881190493dca2b85664643c Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Tue, 12 Mar 2024 15:48:47 +0000 Subject: [PATCH] refactor: erblinting --- app/views/users/show.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 13cdda462..fdc44da90 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -114,10 +114,10 @@ end %> <%= summary_list.with_row do |row| - row.with_key { "Status" } - row.with_value { status_tag(@user.status) } - row.with_action - end %> + row.with_key { "Status" } + row.with_value { status_tag(@user.status) } + row.with_action + end %> <% end %>