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 %>