diff options
Diffstat (limited to 'forged/templates')
-rw-r--r-- | forged/templates/mailing_list.tmpl | 2 | ||||
-rw-r--r-- | forged/templates/repo_commit.tmpl | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/forged/templates/mailing_list.tmpl b/forged/templates/mailing_list.tmpl index 9144253..10d3a3a 100644 --- a/forged/templates/mailing_list.tmpl +++ b/forged/templates/mailing_list.tmpl @@ -18,6 +18,8 @@ <p>{{ .list_description }}</p> {{- end -}} <p><strong>Address:</strong> <code>{{ .list_email_address }}</code></p> + <p><strong>Subscribe:</strong> <code>{{ .list_subscribe_address }}</code></p> + <p><strong>Unsubscribe:</strong> <code>{{ .list_unsubscribe_address }}</code></p> {{- if .direct_access -}} <p><a href="subscribers/">Manage subscribers</a></p> {{- end -}} diff --git a/forged/templates/repo_commit.tmpl b/forged/templates/repo_commit.tmpl index 42f2bcd..530af2f 100644 --- a/forged/templates/repo_commit.tmpl +++ b/forged/templates/repo_commit.tmpl @@ -44,6 +44,11 @@ {{- .repo_description -}} </div> </div> + <div class="padding-wrapper"> + <p> + Hi… I am well aware that this diff view is very suboptimal. It will be fixed when the refactored server comes along! + </p> + </div> <div class="padding-wrapper scroll"> <div class="key-val-grid-wrapper"> <section id="commit-info" class="key-val-grid"> |