diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2015-01-29 16:35:18 -0200 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2015-01-29 16:35:18 -0200 |
commit | 4e8bac465ebab6f1b026a97f6cfa69da6967d042 (patch) | |
tree | 66c60decb810151ccfcaf87634e02f56273281db | |
parent | 79602c400e6bda6eac2dbc7c3e266eab3e93f527 (diff) |
Removed logout text from the logout icon
-rw-r--r-- | web-ui/app/templates/page/logout.hbs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/app/templates/page/logout.hbs b/web-ui/app/templates/page/logout.hbs index d3895a71..a17b3b7e 100644 --- a/web-ui/app/templates/page/logout.hbs +++ b/web-ui/app/templates/page/logout.hbs @@ -2,7 +2,7 @@ <li> <a title="logout" href={{logout_url}}> <div class="fa fa-sign-out"></div> - <i class="shortcut-label">Logout</i> + <i class="shortcut-label"></i> Logout </a> </li> -</ul>
\ No newline at end of file +</ul> |