We have an english page too now + simone will automatically redirect to the appropriate language if no explicit "_lang"

This commit is contained in:
Alexandre Aubin 2018-10-10 23:39:31 +02:00 committed by GitHub
parent 7062911366
commit eab76e06c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@
<div class="category">
<span class="label label-{{stateColor}} label-as-badge app-state">{{t state}}</span>
{{#isCommunity}} <span class="label label-info label-as-badge app-status">{{t 'community'}}</span>{{/isCommunity}}
<a target="_BLANK" href="https://yunohost.org/#/packaging_apps_levels_fr"><span class="label label-{{levelColor}} label-as-badge app-level" title="{{t 'app_level'}}">{{t 'level'}} {{levelFormatted}}</span></a>
<a target="_BLANK" href="https://yunohost.org/#/packaging_apps_levels"><span class="label label-{{levelColor}} label-as-badge app-level" title="{{t 'app_level'}}">{{t 'level'}} {{levelFormatted}}</span></a>
{{#displayLicense}}<span class="label label-default app-license" title="{{t 'app_license'}}">{{license}}</span>{{/displayLicense}}
</div>
<div class="app-card-desc">{{description}}</div>