admin: Fix missing replacement
This commit is contained in:
parent
0ab453811c
commit
bd5050b24a
@ -22,7 +22,7 @@
|
|||||||
<div class="badge badge-success align-self-center" ng-if="syncReport" title="{{ syncReport._updated[syncReport._updated.length-1] }}">
|
<div class="badge badge-success align-self-center" ng-if="syncReport" title="{{ syncReport._updated[syncReport._updated.length-1] }}">
|
||||||
Dernier import : {{ syncReport._updated[syncReport._updated.length-1] | date:"medium" }}
|
Dernier import : {{ syncReport._updated[syncReport._updated.length-1] | date:"medium" }}
|
||||||
</div>
|
</div>
|
||||||
<a ng-if="configro['sync-type'] === 'GitImporter'" href="repositories" class="btn btn-secondary">
|
<a ng-if="syncStatus['sync-type'] === 'GitImporter'" href="repositories" class="btn btn-secondary">
|
||||||
Voir les dépôts
|
Voir les dépôts
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user