Skip to content

Commit

Permalink
Merge pull request #31 from guerler/remove_mako_user_pref_000
Browse files Browse the repository at this point in the history
Restore menu item label
  • Loading branch information
bgruening authored Nov 10, 2016
2 parents 3b6bf1a + eed7f2c commit af2b31e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/layout/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ var Collection = Backbone.Collection.extend({
menu : [{
title : 'Logged in as ' + Galaxy.user.get( 'email' )
},{
title : 'User Preferences',
title : 'Preferences',
url : 'user?cntrller=user',
target : 'galaxy_main',
onclick : function() {
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/libs.bundled.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Loading

0 comments on commit af2b31e

Please sign in to comment.