mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Do not slide *back* when installing custom app.
This commit is contained in:
parent
b1139a7a68
commit
5c36905d9a
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<div class="text-center">
|
||||
<input type="submit" class="btn btn-success slide back" value="{{t 'install'}}">
|
||||
<input type="submit" class="btn btn-success slide" value="{{t 'install'}}">
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue