DEV: show remote theme repository URL

This commit is contained in:
Penar Musaraj 2019-01-16 11:09:16 -05:00
parent 1ac4dc5b73
commit 18055f5e37
2 changed files with 10 additions and 1 deletions

View File

@ -17,6 +17,9 @@
{{/each}}
{{#if model.remote_theme}}
{{#if model.remote_theme.remote_url}}
<a class="remote-url" href="{{model.remote_theme.remote_url}}">{{model.remote_theme.remote_url}}</a>
{{/if}}
<a class="url about-url" href="{{model.remote_theme.about_url}}">{{i18n "admin.customize.theme.about_theme"}}</a>
{{#if model.remote_theme.license_url}}
<a class="url license-url" href="{{model.remote_theme.license_url}}">{{i18n "admin.customize.theme.license"}} {{d-icon "copyright"}}</a>

View File

@ -146,11 +146,17 @@
font-weight: bold;
margin-bottom: 10px;
}
.remote-url,
.about-url,
license-url {
.license-url {
display: block;
margin-bottom: 10px;
}
.remote-url {
margin-top: -5px;
font-size: $font-down-1;
font-style: italic;
}
.mini-title {
font-size: $font-up-1;
font-weight: bold;