Skip to content

Commit

Permalink
words fail
Browse files Browse the repository at this point in the history
  • Loading branch information
fermion committed Feb 26, 2024
1 parent 228cecc commit 0d1c146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<a href="https://staffplan-ui.fermion.dev/me" class="text-gray-300 hover:bg-gray-700 hover:text-white rounded-md px-3 py-2 text-sm font-medium">My StaffPlan</a>
<%= header_link_to "Clients", clients_path %>
<a href="https://staffplan-ui.fermion.dev/projects" class="text-gray-300 hover:bg-gray-700 hover:text-white rounded-md px-3 py-2 text-sm font-medium">Projects</a>
<% if current_user.owner?(company: current_company) || current_user.owner?(company: current_company) %>
<% if current_user.owner?(company: current_company) || current_user.admin?(company: current_company) %>
<%= header_link_to "Settings", settings_path %>
<% end %>
</div>
Expand Down Expand Up @@ -99,7 +99,7 @@
<a href="https://staffplan-ui.fermion.dev/me" class="text-gray-300 hover:bg-gray-700 hover:text-white block rounded-md px-3 py-2 text-base font-medium">My StaffPlan</a>
<%= mobile_header_link_to "Clients", clients_path %>
<a href="https://staffplan-ui.fermion.dev/projects" class="text-gray-300 hover:bg-gray-700 hover:text-white block rounded-md px-3 py-2 text-base font-medium">Projects</a>
<% if current_user.owner?(company: current_company) || current_user.owner?(company: current_company) %>
<% if current_user.owner?(company: current_company) || current_user.admin?(company: current_company) %>
<%= mobile_header_link_to "Settings", settings_path %>
<% end %>
</div>
Expand Down

0 comments on commit 0d1c146

Please sign in to comment.