From fbfa6f52fa6702dbfa9cde1457ce4ae7e388ae0b Mon Sep 17 00:00:00 2001 From: Splines Date: Mon, 13 Nov 2023 20:35:01 +0100 Subject: [PATCH] Fix unwanted line indentation --- app/views/annotations/_form_content_further_help.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/annotations/_form_content_further_help.html.erb b/app/views/annotations/_form_content_further_help.html.erb index 6ff5da1c4..f3921f2a3 100644 --- a/app/views/annotations/_form_content_further_help.html.erb +++ b/app/views/annotations/_form_content_further_help.html.erb @@ -9,8 +9,8 @@ <% end %> <% unless link_name.blank? %> <%= t('admin.annotation.further_help') %>
- - <%= link_name %> - + + <%= link_name %> + <% end %>