tenseleyflow/shithub / 741419c

Browse files

S32: add deferred-tab placeholder template

Authored by espadonne
SHA
741419c350c57dc50cfe2228606dc6ddb242694d
Parents
8283cf2
Tree
a138cb3

1 changed file

StatusFile+-
A internal/web/templates/repo/settings_placeholder.html 12 0
internal/web/templates/repo/settings_placeholder.htmladded
@@ -0,0 +1,12 @@
1
+{{ define "page" -}}
2
+<div class="shithub-settings-page">
3
+  {{ template "repo-settings-nav" . }}
4
+  <div class="shithub-settings-content">
5
+    <h1>{{ .Heading }}</h1>
6
+    <section class="shithub-settings-section">
7
+      <p>{{ .Body }}</p>
8
+      <p class="shithub-hint">This tab is reserved so the navigation matches the eventual surface; the underlying machinery isn't wired yet.</p>
9
+    </section>
10
+  </div>
11
+</div>
12
+{{- end }}