diff options
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... |