mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
#25 Fix wrong url on 'delete domain' link.
This commit is contained in:
parent
0c121ff1d2
commit
9203c22462
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
<span class="glyphicon glyphicon-star"></span> Default
|
<span class="glyphicon glyphicon-star"></span> Default
|
||||||
</span>
|
</span>
|
||||||
{{else}}
|
{{else}}
|
||||||
<a href="#/domains/{{.}}/delete" class="btn btn-danger slide back pull-right">
|
<a href="#/domains/{{url}}/delete" class="btn btn-danger slide back pull-right">
|
||||||
<span class="glyphicon glyphicon-trash"></span> Delete
|
<span class="glyphicon glyphicon-trash"></span> Delete
|
||||||
</a>
|
</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue