aboutsummaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-11-06 19:14:43 -0800
committerAlex Yatskov <alex@foosoft.net>2016-11-06 19:14:43 -0800
commit3655e5a8204232fa85c35515edaa0b1b6da66e66 (patch)
tree6ab3a99519197551dee8338d6f1389faf568d813 /tmpl
parent7fa51d682f29fbf51ed1228ca8840ff60be48e5e (diff)
Cleanup
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/dictionary.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/dictionary.html b/tmpl/dictionary.html
index 760fd3d2..73bce769 100644
--- a/tmpl/dictionary.html
+++ b/tmpl/dictionary.html
@@ -1,7 +1,7 @@
-<div class="dict well well-sm" data-name="{{name}}">
+<div class="dict well well-sm" data-title="{{title}}">
<div class="row">
<div class="col-xs-8">
- <h4><span class="text-muted glyphicon glyphicon-book"></span> {{name}} <small>v.{{version}}</small></h4>
+ <h4><span class="text-muted glyphicon glyphicon-book"></span> {{title}} <small>v.{{version}}</small></h4>
</div>
<div class="col-xs-4 text-right">
<button type="button" class="dict-delete btn btn-danger">Delete</button>