mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Merge pull request #243 from kay0u/patch-1
[fix] href in app/access page are invalid
This commit is contained in:
commit
980427e000
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
<div class="list-group">
|
<div class="list-group">
|
||||||
{{#each settings.allowed_users}}
|
{{#each settings.allowed_users}}
|
||||||
<div class="list-group-item">
|
<div class="list-group-item">
|
||||||
<a role="button" href="#/apps/{{../settings.id}}/access/remove/{{username}}" class="btn btn-danger slide back pull-right">
|
<a role="button" href="#/apps/{{settings.id}}/access/remove/{{username}}" class="btn btn-danger slide back pull-right">
|
||||||
<span class="fa-trash-o"></span> {{t 'remove_access'}}
|
<span class="fa-trash-o"></span> {{t 'remove_access'}}
|
||||||
</a>
|
</a>
|
||||||
<h3 class="list-group-item-heading">{{fullname}} ({{mail}})</h3>
|
<h3 class="list-group-item-heading">{{fullname}} ({{mail}})</h3>
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
{{#if settings.allowed_users}}
|
{{#if settings.allowed_users}}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p>{{t 'app_access_removeall_desc' settings.label}}</p>
|
<p>{{t 'app_access_removeall_desc' settings.label}}</p>
|
||||||
<a role="button" href="#/apps/{{../settings.id}}/access/remove" class="btn btn-danger slide back">
|
<a role="button" href="#/apps/{{settings.id}}/access/remove" class="btn btn-danger slide back">
|
||||||
<span class="fa-trash-o"></span> {{t 'app_access_removeall_btn'}}
|
<span class="fa-trash-o"></span> {{t 'app_access_removeall_btn'}}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue