Skip to content

Commit 8b787ff

Browse files
committed
oopsies
1 parent 9dff2f9 commit 8b787ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/_navbar.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<ul class="tabs tabs-transparent">
6060
<% @navbar_actions.each do |action| %>
6161
<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' %>"">
62+
<a class="white-text <%= 'active' if action[:href] == request.env['REQUEST_PATH'] %> <%= action[:class] %>" href="<%= action[:href] %>" target="<%= action[:target] || '_self' %>">
6363
<%= action[:label] %>
6464
</a>
6565
</li>

0 commit comments

Comments
 (0)