DEV: show remote theme repository URL
This commit is contained in:
parent
1ac4dc5b73
commit
18055f5e37
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue