diff --git a/app/assets/javascripts/admin/addon/templates/customize-themes-show.hbs b/app/assets/javascripts/admin/addon/templates/customize-themes-show.hbs index 7e532cfe893..4bbdb6651cf 100644 --- a/app/assets/javascripts/admin/addon/templates/customize-themes-show.hbs +++ b/app/assets/javascripts/admin/addon/templates/customize-themes-show.hbs @@ -59,7 +59,12 @@ {{#if sourceIsHttp}} {{i18n "admin.customize.theme.source_url"}}{{d-icon "link"}} {{else}} -
{{model.remote_theme.remote_url}}
+
+ {{model.remote_theme.remote_url}} + {{#if model.remote_theme.branch}} + ({{model.remote_theme.branch}}) + {{/if}} +
{{/if}} {{/if}} {{#if model.remote_theme.about_url}}