mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
- git
This commit is contained in:
parent
cc42bcce21
commit
2259612a98
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ $(document).ready(function () {
|
|||
.replace('{app_description}', infos.manifest.description.fr)
|
||||
.replace(/{app_git}/g, infos.git.url)
|
||||
.replace('{app_branch}', infos.git.branch)
|
||||
.replace('{app_level}', infos.git.level)
|
||||
.replace('{app_level}', infos.level)
|
||||
.replace('{app_update}', timeConverter(infos.lastUpdate))
|
||||
.replace('{app_state}', infos.state)
|
||||
.replace('{app_state_bootstrap}', app_state_bootstrap)
|
||||
|
|
Loading…
Reference in a new issue