From 3fc7b48c748909226e20fb9a0dc90659340b7d26 Mon Sep 17 00:00:00 2001 From: Janell-Huyck Date: Fri, 15 Nov 2024 16:53:03 -0500 Subject: [PATCH] Remove accidentally inserted linebreak in profile --- app/views/front/profile.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/front/profile.html.erb b/app/views/front/profile.html.erb index 9a1ab0b..0957b21 100644 --- a/app/views/front/profile.html.erb +++ b/app/views/front/profile.html.erb @@ -79,8 +79,7 @@ btn-info" %> <% else %> -

You don't have sufficient privileges to view this -content!
Please contact the administrator for more details. +

You don't have sufficient privileges to view this content!
Please contact the administrator for more details.

<% end %>