mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
appv2: re-add install time info in the about section
This commit is contained in:
parent
2e9069c904
commit
20e8a6920b
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@
|
||||||
<vue-showdown :markdown="doc.about.description" flavor="github" />
|
<vue-showdown :markdown="doc.about.description" flavor="github" />
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
{{ $t('install_time') }} : {{ doc.about.install_time }}<br/>
|
||||||
{{ $t('app.install.license', { license: doc.about.license }) }}
|
{{ $t('app.install.license', { license: doc.about.license }) }}
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Reference in a new issue