mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +08:00
UX: Show theme git branch for private repositories (#11166)
This commit is contained in:
@ -59,7 +59,12 @@
|
||||
{{#if sourceIsHttp}}
|
||||
<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>
|
||||
<div class="remote-url">
|
||||
<code>{{model.remote_theme.remote_url}}</code>
|
||||
{{#if model.remote_theme.branch}}
|
||||
(<code>{{model.remote_theme.branch}}</code>)
|
||||
{{/if}}
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{#if model.remote_theme.about_url}}
|
||||
|
Reference in New Issue
Block a user