From d7edca203c50db93a84a2a9db240696dc2295576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Sun, 3 Mar 2013 18:04:02 +0100 Subject: [PATCH] added the gear icon to the "Admin" button on the user page --- .../discourse/templates/user/user.js.handlebars | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/user/user.js.handlebars b/app/assets/javascripts/discourse/templates/user/user.js.handlebars index 4bb901b98b..dfd503e538 100644 --- a/app/assets/javascripts/discourse/templates/user/user.js.handlebars +++ b/app/assets/javascripts/discourse/templates/user/user.js.handlebars @@ -4,23 +4,23 @@

{{content.name}}{{unbound content.username}}

{{#if viewingSelf}} - + {{/if}} {{#if Discourse.currentUser.admin}} - {{i18n admin.user.show_admin_profile}} +  {{i18n admin.user.show_admin_profile}} {{/if}}