patx/gitman
remove useless info for certain pages panel renders on repo settings
Commit dbdec61 · patx · 2026-05-08T02:55:04-04:00
Comments
No comments yet.
Diff
diff --git a/templates/repo_settings.tpl b/templates/repo_settings.tpl
index e82a1a0..b2cd9d3 100644
--- a/templates/repo_settings.tpl
+++ b/templates/repo_settings.tpl
@@ -49,7 +49,6 @@
<section class="panel">
<h2>Pages</h2>
% if pages_settings["docs_publishable"]:
- <p class="muted">Publish this repository from <code>docs/</code>.</p>
<p class="muted"><strong>Pages URL:</strong> <a href="{{pages_settings['url']}}">{{pages_settings["url"]}}</a></p>
<form class="panel-heading" method="post">
{{!csrf_field()}}