Merge pull request #9009 from nextcloud/appstore-link-external

Open app store links in new tab
This commit is contained in:
Julius Härtl 2018-03-28 17:25:20 +02:00 committed by GitHub
commit 1c97ef6da2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -754,6 +754,7 @@ span.version {
}
a {
padding: 10px;
margin: -6px;
white-space: nowrap;
}
.official {

View file

@ -58,7 +58,7 @@ $urlGenerator = $_['urlGenerator'];
</div>
<div class="app-version">{{version}}</div>
<div class="app-level">
{{{level}}}{{#unless internal}}<a href="https://apps.nextcloud.com/apps/{{id}}"><?php p($l->t('View in store'));?> ↗</a>{{/unless}}
{{{level}}}{{#unless internal}}<a href="https://apps.nextcloud.com/apps/{{id}}" target="_blank"><?php p($l->t('View in store'));?> ↗</a>{{/unless}}
</div>
<div class="app-groups">