Skip to content

Commit

Permalink
Undo user icon in masthead
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jan 13, 2016
1 parent becffe9 commit 37f8038
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions client/galaxy/scripts/layout/menu.js
Expand Up @@ -173,7 +173,7 @@ var Collection = Backbone.Collection.extend({
if ( !Galaxy.user.id ){
var userTab = {
id : 'user',
icon : 'fa-user',
title : 'User',
cls : 'loggedout-only',
tooltip : 'Account registration or login',
menu : [{
Expand All @@ -191,7 +191,7 @@ var Collection = Backbone.Collection.extend({
} else {
var userTab = {
id : 'user',
icon : 'fa-user',
title : 'User',
cls : 'loggedin-only',
tooltip : 'Account preferences and saved data',
menu : [{
Expand Down
2 changes: 1 addition & 1 deletion static/maps/layout/menu.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/scripts/bundled/analysis.bundled.js.map

Large diffs are not rendered by default.

0 comments on commit 37f8038

Please sign in to comment.