diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-12-21 18:56:03 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-12-21 18:56:03 -0800 |
commit | e973788f7d245fcbcbc85783e4cf67c2e8670b4e (patch) | |
tree | fa0850303a0fd767cb978f31a9c9bd73db3908b2 /tmpl/dictionary.html | |
parent | b6cf6af7bbd0d65aee40ac22115e482954e2edf8 (diff) |
Remove dictionary delete button
Diffstat (limited to 'tmpl/dictionary.html')
-rw-r--r-- | tmpl/dictionary.html | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/tmpl/dictionary.html b/tmpl/dictionary.html index 824dc2cf..af0a6d28 100644 --- a/tmpl/dictionary.html +++ b/tmpl/dictionary.html @@ -1,12 +1,14 @@ <div class="dict-group well well-sm" data-title="{{title}}"> - <div class="row"> - <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 disabled"> - <button type="button" class="dict-group-controls dict-delete btn btn-danger">Delete</button> - </div> - </div> + <h4><span class="text-muted glyphicon glyphicon-book"></span> {{title}} <small>v.{{version}}</small></h4> + + <!-- <div class="row"> --> + <!-- <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 disabled"> --> + <!-- <button type="button" class="dict-group-controls dict-delete btn btn-danger">Delete</button> --> + <!-- </div> --> + <!-- </div> --> <div class="dict-delete-progress"> Dictionary data is being deleted, please be patient... |