Niveau apps dans la doc en

This commit is contained in:
Maniack Crudelis 2017-02-01 12:14:37 +01:00 committed by GitHub
parent d7aca4f7b0
commit 63be33e262

View file

@ -57,6 +57,7 @@ The packagers will appreciate your remarks. If you test them and find issues, or
<div class="panel-body">
<p><strong>Description</strong>: {app_description}</p>
<p><strong>Last update (UTC)</strong>: {app_update}</p>
<p><strong>Level</strong>: {app_level}</p>
<p><strong>Maintainer</strong>: {app_maintainer} <small class="text-muted">({app_mail})</small></p>
<p><strong>Git repository</strong>: <a href="{app_git}" target="_blank">{app_git}</a> <small class="text-muted">({app_branch})</small></p>
<p><strong>Software license</strong>: {app_license}</p>
@ -105,6 +106,7 @@ $(document).ready(function () {
.replace('{app_description}', infos.manifest.description.en)
.replace(/{app_git}/g, infos.git.url)
.replace('{app_branch}', infos.git.branch)
.replace('{app_level}', infos.git.level)
.replace('{app_update}', timeConverter(infos.lastUpdate))
.replace('{app_state}', infos.state)
.replace('{app_state_bootstrap}', app_state_bootstrap)