diff options
author | Valerie R Young <spectranaut@riseup.net> | 2016-07-26 17:08:32 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-28 14:06:25 -0400 |
commit | aec5e379fdffd876509e801e6e85f8c791310136 (patch) | |
tree | de9944c72cb28aa07ea338471000e31eef36cc51 /mustache-templates | |
parent | 9ba9e97eb4848d2514c3edf3d6ea19888c7e3ea3 (diff) | |
download | jenkins.debian.net-aec5e379fdffd876509e801e6e85f8c791310136.tar.xz |
reproducible debian: add template for notes pages
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'mustache-templates')
-rw-r--r-- | mustache-templates/reproducible/notes_body.mustache | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mustache-templates/reproducible/notes_body.mustache b/mustache-templates/reproducible/notes_body.mustache new file mode 100644 index 00000000..4eaaf837 --- /dev/null +++ b/mustache-templates/reproducible/notes_body.mustache @@ -0,0 +1,17 @@ +<table class="body"> + <tr> + <td>Version annotated:</td> + <td>{{version}}</td> + </tr> + {{{infos}}} + <tr> + <td colspan="2"> </td> + </tr> + <tr> + <td colspan="2" style="text-align:right; font-size:0.9em;"> + <p> + {{{notesgit_description}}} + </p> + </td> + </tr> +</table> |