FIX: Remote themes Github link should go to custom branch #9184

This commit is contained in:
Vinoth Kannan
2020-03-18 03:57:54 +05:30
parent 0b2e6f4301
commit 48d690ae01
4 changed files with 62 additions and 2 deletions

View File

@@ -63,7 +63,7 @@
{{#if model.remote_theme.remote_url}}
{{#if sourceIsHttp}}
<a class="remote-url" href={{model.remote_theme.remote_url}}>{{i18n "admin.customize.theme.source_url"}}{{d-icon "link"}}</a>
<a class="remote-url" href={{remoteThemeLink}}>{{i18n "admin.customize.theme.source_url"}}{{d-icon "link"}}</a>
{{else}}
<div class="remote-url"><code>{{model.remote_theme.remote_url}}</code></div>
{{/if}}