diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-12-23 21:59:19 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-12-23 21:59:19 -0800 |
commit | b81e11f633ab9a0f41b5ab28b032b8493f25150a (patch) | |
tree | 9eb51ddb400dfeb747555e8bae8e23e7022efe36 /tmpl | |
parent | 22128a948ae052592a17e9cee2a2d24cd0ebad31 (diff) |
revision support
Diffstat (limited to 'tmpl')
-rw-r--r-- | tmpl/dictionary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/dictionary.html b/tmpl/dictionary.html index af0a6d28..048e7421 100644 --- a/tmpl/dictionary.html +++ b/tmpl/dictionary.html @@ -1,5 +1,5 @@ <div class="dict-group well well-sm" data-title="{{title}}"> - <h4><span class="text-muted glyphicon glyphicon-book"></span> {{title}} <small>v.{{version}}</small></h4> + <h4><span class="text-muted glyphicon glyphicon-book"></span> {{title}} <small>rev.{{revision}}</small></h4> <!-- <div class="row"> --> <!-- <div class="col-xs-8"> --> |