Skip to content

Commit

Permalink
Fix unwanted line indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Nov 13, 2023
1 parent 5359ec6 commit fbfa6f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/annotations/_form_content_further_help.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<% end %>
<% unless link_name.blank? %>
<%= t('admin.annotation.further_help') %> <br>
<a href="<%= link %>" target="_blank" rel="noopener noreferrer">
<%= link_name %>
</a>
<a href="<%= link %>" target="_blank" rel="noopener noreferrer">
<%= link_name %>
</a>
<% end %>
</div>

0 comments on commit fbfa6f5

Please sign in to comment.