patx/gitman

remove useless info for certain pages panel renders on repo settings

Commit dbdec61 · patx · 2026-05-08T02:55:04-04:00

Changeset
dbdec61c311dcee264c9ecf606b02fdb9fbc37d6
Parents
f80e1375cabb039a5cd56e42446f64f6644c6143

View source at this commit

Comments

No comments yet.

Log in to comment

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()}}