summaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-11-07 09:16:38 -0800
committerAlex Yatskov <alex@foosoft.net>2016-11-07 09:16:38 -0800
commit8f995194bbf23a074a901c8fdaf4ddad22370dd3 (patch)
tree73ff1eefded2ab79562d4aa7a1a0744ea209b751 /tmpl
parenta18f3be559b9a8298f93f04837d400a1fff0b2b9 (diff)
WIP
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/dictionary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/dictionary.html b/tmpl/dictionary.html
index 73bce769..526e856b 100644
--- a/tmpl/dictionary.html
+++ b/tmpl/dictionary.html
@@ -3,7 +3,7 @@
<div class="col-xs-8">
<h4><span class="text-muted glyphicon glyphicon-book"></span> {{title}} <small>v.{{version}}</small></h4>
</div>
- <div class="col-xs-4 text-right">
+ <div class="col-xs-4 text-right disabled">
<button type="button" class="dict-delete btn btn-danger">Delete</button>
</div>
</div>