diff options
Diffstat (limited to 'bin/templates/package_page.mustache')
-rw-r--r-- | bin/templates/package_page.mustache | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/templates/package_page.mustache b/bin/templates/package_page.mustache index 059bffb0..578d8edf 100644 --- a/bin/templates/package_page.mustache +++ b/bin/templates/package_page.mustache @@ -9,6 +9,14 @@ {{#notes_uri}} <li><a href="{{notes_uri}}" title="Additional commentary on this packages unreproduciblity"target="main">notes</a></li> {{/notes_uri}} + {{^notes_uri}} + {{^reproducible}} + <li>No notes exist for this package. <a href="https://anonscm.debian.org/git/reproducible/notes.git/tree/README">Add some.</a></li> + {{/reproducible}} + {{#reproducible}} + <li>Good work! This package is reproducible :)</li> + {{/reproducible}} + {{/notes_uri}} <li> <a href="{{history}}" target="main">test history</a> </li> |