diff --git a/core/client/templates/settings/users/index.hbs b/core/client/templates/settings/users/index.hbs index 6db4526c8d..f65696a765 100644 --- a/core/client/templates/settings/users/index.hbs +++ b/core/client/templates/settings/users/index.hbs @@ -7,47 +7,46 @@
-
-

Invited users

+ {{#if invitedUsers}} - {{#each invitedUsers itemController="settings/users/user"}} -
- ic +
-
- {{email}}
- Invitation sent: {{created_at}} +

Invited users

+ + {{#each invitedUsers itemController="settings/users/user"}} +
+ ic + +
+ {{email}}
+ Invitation sent: {{created_at}} +
+
- -
- {{else}} -
- No invited users. -
- {{/each}} + {{/each}} +
-
+ {{/if}}

Active users

- {{#each activeUsers itemController="settings/users/user"}} -
+ {{#link-to 'settings.users.user' slug class="object-list-item" }} Photo of {{unbound name}}
- {{#link-to 'settings.users.user' slug class="ember-view name" }} + {{user.name}} - {{/link-to}} +
Last seen: {{unbound last_login}}
@@ -56,7 +55,7 @@ Editor Owner -
+ {{/link-to}} {{/each}}
diff --git a/core/client/templates/settings/users/user.hbs b/core/client/templates/settings/users/user.hbs index 6fac346876..bb8b67b5b8 100644 --- a/core/client/templates/settings/users/user.hbs +++ b/core/client/templates/settings/users/user.hbs @@ -1,13 +1,13 @@
-

Your Profile

+
- {{!--
- -
--}} +
+ {{#link-to "settings.users" class="button has-icon users-back" tagName="button"}}Users{{/link-to}} +
@@ -29,7 +29,6 @@ @@ -64,12 +63,19 @@

Used for notifications

+ {{!-- The correct markup for select boxes. Needs changing to the correct data --}} {{!--
- + + {{view Ember.Select + id="activeTheme" + name="general[activeTheme]" + content=themes + optionValuePath="content.name" + optionLabelPath="content.label" + value=activeTheme + selection=selectedTheme}} +

What permissions should this user have?

--}}