diff options
author | Artur Signell <artur@vaadin.com> | 2014-05-09 20:49:51 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-05-12 05:06:51 +0000 |
commit | e8f0fe7a5a7ca0d5605dfeb5bc774578019b65da (patch) | |
tree | 4d228adf0f33d5a1150e9d8d8187dc602a1e8bb7 /WebContent/release-notes.html | |
parent | 466883b2fadd48573efed255a2740df98850124e (diff) | |
download | vaadin-framework-e8f0fe7a5a7ca0d5605dfeb5bc774578019b65da.tar.gz vaadin-framework-e8f0fe7a5a7ca0d5605dfeb5bc774578019b65da.zip |
Show badges in release notes (#13612)
Change-Id: I6109cda80251b343999b75f51ffecf6a9bbbd6a2
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 5b9f15f06b..f912f9924e 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -80,9 +80,13 @@ <p>This release includes the following closed issues:</p> - <ul>@release-notes-tickets@ - </ul> - + <table> + @release-notes-tickets@ + <tr><td> </td><td></td></tr> + <tr><td class="fv"><span class="vote">Vote</span></td><td colspan="2" class="pad">Enhancements <a href=" https://vaadin.com/support">Vaadin support</a> users have voted for</td></tr> + <tr><td class="bfp"><span class="bfp">Priority</span></td><td colspan="2" class="pad">Defects <a href=" https://vaadin.com/support">Vaadin support</a> users have prioritized</td></tr> + </table> + <br/> <p> You can also view the <a href="http://dev.vaadin.com/query?status=closed&resolution=fixed&milestone=Vaadin+@version@&order=id">list |