We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dff2f9 commit 8b787ffCopy full SHA for 8b787ff
app/views/layouts/_navbar.html.erb
@@ -59,7 +59,7 @@
59
<ul class="tabs tabs-transparent">
60
<% @navbar_actions.each do |action| %>
61
<li class="tab">
62
- <a class="white-text <%= 'active' if action[:href] == request.env['REQUEST_PATH'] %> <%= action[:class] %>" href="<%= action[:href] %>" target="<%= action[:target] || '_self' %>"">
+ <a class="white-text <%= 'active' if action[:href] == request.env['REQUEST_PATH'] %> <%= action[:class] %>" href="<%= action[:href] %>" target="<%= action[:target] || '_self' %>">
63
<%= action[:label] %>
64
</a>
65
</li>
0 commit comments