Skip to content
Snippets Groups Projects
Commit d42f4c18 authored by Tibo's avatar Tibo
Browse files

Dashboard icons

parent acb7a1b3
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
<a class="btn btn-primary btn-sm"
href="{{ action("OrganizationController@dashboard",
["organization" => $organization]) }}">
Dashboard
Dashboard <i class="fas fa-lock ml-2"></i>
</a>
</p>
......@@ -19,7 +19,7 @@
href="{{ route("organization.public.dashboard", [
"organization" => $organization,
"token" => $organization->dashboard_token]) }}">
Public dashboard
Public dashboard <i class="fas fa-globe ml-2"></i>
</a>
</p>
......@@ -27,7 +27,7 @@
<a class="btn btn-primary btn-sm"
href="{{ action("OrganizationController@resetToken", [
"organization" => $organization]) }}">
Reset dashboard token
<i class="fas fa-redo-alt"></i> Reset dashboard token
</a>
</p>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment