diff --git a/app/ui/templates/base/layout.html b/app/ui/templates/base/layout.html index 53b1f4f..072cf26 100644 --- a/app/ui/templates/base/layout.html +++ b/app/ui/templates/base/layout.html @@ -153,7 +153,7 @@
My Workspace - › + >
{% if can_view_employee_portal(current_user, ui_perms, ui_roles) %} @@ -186,7 +186,7 @@
Partner Workspace - › + >
Overview @@ -201,7 +201,7 @@
Team Workspace - › + >
{% if can_manage_employee_work(current_user, ui_perms, ui_roles) %} @@ -226,7 +226,7 @@
Billing - › + >
Invoices @@ -244,7 +244,7 @@
Team Administration - › + >
{% if can_view_employee_dashboard(current_user, ui_perms, ui_roles) %}HR Dashboard{% endif %} @@ -282,7 +282,7 @@
Firm Administration - › + >
{% if "Firm Admin" in ui_roles or is_system_admin_user %} @@ -338,7 +338,7 @@
Platform - › + >
Domain Configuration
@@ -360,7 +360,7 @@
Core Setup - › + >
{% if can_view_settings(current_user, ui_perms, ui_roles) %} @@ -628,3 +628,4 @@ +