patx/gitman
update ux for pages repos (user.gitman.io) rev5
Commit df966e0 · patx · 2026-05-06T00:17:07-04:00
Comments
No comments yet.
Diff
diff --git a/templates/repo_settings.tpl b/templates/repo_settings.tpl
index 7b4c2ff..1535002 100644
--- a/templates/repo_settings.tpl
+++ b/templates/repo_settings.tpl
@@ -49,14 +49,14 @@
<p class="alert">{{pages_settings["cname_error"]}}</p>
% elif pages_settings["cname_domain"]:
% custom_domain = pages_settings["custom_domain"]
- <p class="muted">
- <strong>Custom Domain:</strong>
+ <p>
+ <strong class="muted">Custom Domain:</strong>
{{pages_settings["cname_domain"]}}
% if custom_domain and custom_domain["status"]:
<small class="muted">{{custom_domain["status"]}}</small>
% end
% if custom_domain and custom_domain["verified_at"]:
- <small class="notice">{{custom_domain["verified_at"]}}.</small>
+ <small class="notice">@{{custom_domain["verified_at"]}}.</small>
% end
</p>
<p class="muted">Create this DNS TXT record before verifying:</p>