mirror of
https://github.com/czhu12/canine.git
synced 2026-05-07 20:29:49 -05:00
added layout updates
This commit is contained in:
@@ -30,18 +30,18 @@
|
||||
Profile
|
||||
<% end %>
|
||||
</li>
|
||||
<li class="<%= 'underline' if current_page?(providers_path) %>" style="text-underline-offset: 0.25rem;">
|
||||
<%= link_to providers_path do %>
|
||||
<iconify-icon icon="lucide:key-round" ></iconify-icon>
|
||||
Credentials
|
||||
<% end %>
|
||||
</li>
|
||||
<li class="<%= 'underline' if current_page?(account_users_path) %>" style="text-underline-offset: 0.25rem;">
|
||||
<%= link_to account_users_path do %>
|
||||
<iconify-icon icon="lucide:users" ></iconify-icon>
|
||||
Team Members
|
||||
<% end %>
|
||||
</li>
|
||||
<li class="<%= 'underline' if current_page?(providers_path) %>" style="text-underline-offset: 0.25rem;">
|
||||
<%= link_to providers_path do %>
|
||||
<iconify-icon icon="lucide:key-round" ></iconify-icon>
|
||||
Credentials
|
||||
<% end %>
|
||||
</li>
|
||||
<% if Flipper.enabled?(:stack_manager, current_account) %>
|
||||
<li class="<%= 'underline' if controller_name == 'stack_managers' %>" style="text-underline-offset: 0.25rem;">
|
||||
<%= link_to stack_manager_path do %>
|
||||
|
||||
Reference in New Issue
Block a user