Add links to global settings
Former-commit-id: 26b67fd4474f97fc8bd1ed0911826531f7b544e2 [formerly 7d17796dab54ac1ea0a8ae1b65ac8c19ba5a3653] [formerly b4bf430cd662e6942a410a33c8d9fb2ca7d9766a [formerly 05884fd12d
]]
Former-commit-id: 4cbf2a84a1ee32983dda4b930121f48bfb60fc3b [formerly ba148130d397dbab9b1b73520c4560a0bc6e4f1f]
Former-commit-id: 45e0b0e0b92411fde9874d4136a4212f915b8baf
pull/726/head
parent
7abb3c7df2
commit
efd1fdc1f4
|
@ -3,7 +3,8 @@
|
|||
<h1>Global Settings</h1>
|
||||
|
||||
<ul>
|
||||
<li><router-link v-if="user.admin" to="/users">Go to User Management</router-link></li>
|
||||
<li><router-link to="/settings/profile">Go to Profile Settings</router-link></li>
|
||||
<li><router-link to="/users">Go to User Management</router-link></li>
|
||||
</ul>
|
||||
|
||||
<form @submit="saveCommands">
|
||||
|
|
Loading…
Reference in New Issue