diff --git a/views/layouts/layout.hbs b/views/layouts/layout.hbs index 7d59f7c..0d81cb2 100644 --- a/views/layouts/layout.hbs +++ b/views/layouts/layout.hbs @@ -32,7 +32,7 @@ {{/if}} - + {{#if admin}} @@ -140,8 +140,8 @@
{{#if @root.session.cart}}
- - Checkout + + Checkout
{{/if}}
diff --git a/views/order.hbs b/views/order.hbs index 5bfa869..9338e9f 100644 --- a/views/order.hbs +++ b/views/order.hbs @@ -6,14 +6,14 @@
- - {{ @root.__ "Go Back" }} + + {{ @root.__ "Go Back" }}
diff --git a/views/themes/Cloth/checkout-shipping.hbs b/views/themes/Cloth/checkout-shipping.hbs index 887dec7..a37bf6e 100644 --- a/views/themes/Cloth/checkout-shipping.hbs +++ b/views/themes/Cloth/checkout-shipping.hbs @@ -15,23 +15,23 @@ {{#unless @root.session.shippingOptions}} {{/unless}}
- {{ @root.__ "Return to information" }} - {{ @root.__ "Proceed to payment" }} + {{ @root.__ "Return to information" }} + {{ @root.__ "Proceed to payment" }}
{{> (getTheme 'cart')}}
{{#if @root.session.cart}}
- +
{{/if}}
diff --git a/views/user_edit.hbs b/views/user_edit.hbs index 4be98e3..17f81c3 100644 --- a/views/user_edit.hbs +++ b/views/user_edit.hbs @@ -40,7 +40,7 @@

-
+
diff --git a/views/user_new.hbs b/views/user_new.hbs index 4a8935d..9275749 100644 --- a/views/user_new.hbs +++ b/views/user_new.hbs @@ -21,7 +21,7 @@
-
+
diff --git a/views/users.hbs b/views/users.hbs index af887a2..27605b7 100644 --- a/views/users.hbs +++ b/views/users.hbs @@ -2,12 +2,12 @@
-

Users {{ @root.__ "New user" }}

+

Users {{ @root.__ "New user" }}

    {{#each users}}
  • {{ @root.__ "User" }}: {{this.usersName}} - ({{this.userEmail}}) - + {{ @root.__ "Role" }}: {{#isAnAdmin this.isAdmin}} Admin