Skip to content

Commit

Permalink
Refs #36705 - fix the spacing of settings erb
Browse files Browse the repository at this point in the history
  • Loading branch information
ares committed Oct 10, 2023
1 parent c7004a3 commit c7cd674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/settings/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<% if @settings.empty? -%>
<%= render plain: _('No entries found') %>
<%else -%>
<% else -%>
<ul class="nav nav-tabs" data-tabs="tabs">
<% @settings.categories.each do |category, label| %>
<li class="<%= 'active' if category == @settings.categories.keys.first %>">
Expand Down

0 comments on commit c7cd674

Please sign in to comment.