+
@@ -322,6 +326,11 @@
{{/link-to}}
+ {{#if ajax.user.admin}}
+
+ {{delete-btn model=it icon-only=true}}
+
+ {{/if}}
diff --git a/web/app/templates/user/list.hbs b/web/app/templates/user/list.hbs
index b6556b6..7a8f596 100644
--- a/web/app/templates/user/list.hbs
+++ b/web/app/templates/user/list.hbs
@@ -32,7 +32,7 @@
Status
-
+ |
Settings
|
diff --git a/web/bower.json b/web/bower.json
index 93fd643..836ea82 100644
--- a/web/bower.json
+++ b/web/bower.json
@@ -8,7 +8,7 @@
"license": "MIT",
"homepage": "",
"dependencies": {
- "bootstrap": "~3.3.5",
+ "bootstrap": "3.4.1",
"bootbox": "~4.4.0",
"moment": ">= 2.8.0",
"moment-timezone": ">= 0.1.0",