diff options
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> |