mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] icon and title space. thanks @jeromelebleu
This commit is contained in:
parent
06c8fae22d
commit
353eb156f9
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
<form action="#/backup/{{storage.id}}/{{name}}/restore" method="POST" class="form-horizontal">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h2 class="panel-title"><span class="fa-fw fa-archive"></span>{{t 'backup_content'}}</h2>
|
||||
<h2 class="panel-title"><span class="fa-fw fa-archive"></span> {{t 'backup_content'}}</h2>
|
||||
</div>
|
||||
{{#if items}}
|
||||
<div class="list-group">
|
||||
|
|
Loading…
Reference in a new issue