# HG changeset patch # User BenoƮt Allard # Date 1412257179 -7200 # Node ID 79b76911444e154b460e3ef742d5deb2f0df8a7e # Parent 762cb7b3b42226394075cf970aba268ac6d9a744 Improve the display of the history diff -r 762cb7b3b422 -r 79b76911444e farol/static/style.css --- a/farol/static/style.css Thu Oct 02 12:46:25 2014 +0200 +++ b/farol/static/style.css Thu Oct 02 15:39:39 2014 +0200 @@ -1,5 +1,5 @@ /* So that the whole panel heading be clickable */ -.panel-title a { +.panel-title a, a.a-block { display: block; } /* diff -r 762cb7b3b422 -r 79b76911444e farol/templates/document/view.j2 --- a/farol/templates/document/view.j2 Thu Oct 02 12:46:25 2014 +0200 +++ b/farol/templates/document/view.j2 Thu Oct 02 15:39:39 2014 +0200 @@ -54,19 +54,24 @@ {{ label_value(label, value, right=8) }} {% endfor %} - {% call panel(heading="Revision History (%d)" % cvrf._tracking._history | length, title=4) %} +
{% for label, value in [("Initial Release Date", cvrf._tracking._initialDate), ("Current Release Date", cvrf._tracking._currentDate)] %}