Skip to content

Commit

Permalink
add namespace to constant
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterfarrell9 committed Dec 8, 2023
1 parent 329d8e2 commit a9bd956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_navbar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<% is_home_active = !get_class_for_any_path_startswith([start_path(), lectures_path()]).empty?\
|| !get_class_for_path(root_path()).empty? %>
<a href="<%= start_path %>"
class="nav-link bi bi-house-fill <%= is_home_active ? ACTIVE_CSS_CLASS : '' %>"
class="nav-link bi bi-house-fill <%= is_home_active ? ApplicationHelper::ACTIVE_CSS_CLASS : '' %>"
data-bs-toggle="tooltip"
title="<%= t('navbar.home') %>">
</a>
Expand Down

0 comments on commit a9bd956

Please sign in to comment.