diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-04-02 02:34:19 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-04-02 02:34:19 -0400 |
commit | 45f76b87be81e170971865d023605d1c06b38347 (patch) | |
tree | 1eadc5bf4bc900dc2c24e35a3e4091d916d9482f /data/stuff | |
parent | de59095d82dc8a4591038645044b8f4f0292182c (diff) | |
download | old-guff-45f76b87be81e170971865d023605d1c06b38347.tar.bz2 old-guff-45f76b87be81e170971865d023605d1c06b38347.zip |
add role to user list
Diffstat (limited to 'data/stuff')
-rw-r--r-- | data/stuff/test/auth.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/stuff/test/auth.js b/data/stuff/test/auth.js index a628755..f14f0b1 100644 --- a/data/stuff/test/auth.js +++ b/data/stuff/test/auth.js @@ -13,6 +13,10 @@ jQuery(function($) { "<i class='fa fa-fw fa-user loading'></i>", " ", "%{user_name|h} (%{email|h})", + + "<span class='badge pull-right'>", + "%{role_name|h}", + "</span>", "</a>", ], |