From a0095d6e52bb6a819ff79c8559c159b3fe49b78a Mon Sep 17 00:00:00 2001 From: David Taylor Date: Mon, 9 Nov 2020 11:33:38 +0000 Subject: [PATCH] UX: Show theme git branch for private repositories (#11166) --- .../admin/addon/templates/customize-themes-show.hbs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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}}