From ec94a8370f9ff84acc2ac470d1778bda0cbef91a Mon Sep 17 00:00:00 2001 From: nisha-shaikh Date: Mon, 22 Jul 2024 21:42:08 +0500 Subject: [PATCH] AO3-6709 fix linting issues --- app/views/users/_sidebar.html.erb | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/app/views/users/_sidebar.html.erb b/app/views/users/_sidebar.html.erb index 34b1c0f1b4..c4c1849531 100644 --- a/app/views/users/_sidebar.html.erb +++ b/app/views/users/_sidebar.html.erb @@ -1,5 +1,5 @@
" role="navigation region"> -

<%= t(".landmark.choices")%>

+

<%= t(".landmark.choices") %>

-

<%= t(".landmark.pitch")%>

+

<%= t(".landmark.pitch") %>

<% if @user == current_user || policy(:dashboard).can_view_inbox_link? %> -

<%= t(".landmark.catch")%>

+

<%= t(".landmark.catch") %>

<% end %> -

<%= t(".landmark.switch")%>

+

<%= t(".landmark.switch") %>