From 04ebdbab1c314a34ab344b1173f149147707dea7 Mon Sep 17 00:00:00 2001 From: Andrew Bone Date: Wed, 6 Jul 2022 09:25:34 +0100 Subject: [PATCH] Typo (#18046) Yikes, I made a typo --- app/views/users/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index f3e1f4952..ba948f47f 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -67,7 +67,7 @@ <%= crayons_icon_tag(:location, class: "mr-2 shrink-0", title: t("views.users.location_icon")) %> <%= @user.profile.location %> - + <% end %>