Skip to content

Commit

Permalink
Merge pull request #3056 from galaxyproject/release_16.07
Browse files Browse the repository at this point in the history
[master-toolshed]merge in release_16.07
  • Loading branch information
martenson committed Oct 14, 2016
2 parents 735c682 + cf0e4e8 commit 14dcf65
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/user/index.mako
Expand Up @@ -22,9 +22,6 @@
%else:
<li><a href="${h.url_for( controller='user', action='manage_user_info', cntrller=cntrller )}">${_('Manage your information')}</a></li>
<li><a href="${h.url_for( controller='user', action='change_password' )}">${_('Change your password')}</a></li>
%if trans.app.config.enable_communication_server:
<li><a href="${h.url_for( controller='user', action='change_communication', cntrller=cntrller )}">${_('Change your communication settings')}</a></li>
%endif
<li><a href="${h.url_for( controller='user', action='api_keys', cntrller=cntrller )}">${_('Manage your API keys')}</a></li>
<li><a href="${h.url_for( controller='repository', action='manage_email_alerts', cntrller=cntrller )}">${_('Manage your email alerts')}</a></li>
<li><a href="${h.url_for( controller='user', action='logout', logout_all=True )}" target="_top">${_('Logout')}</a> ${_('of all user sessions')}</li>
Expand Down

0 comments on commit 14dcf65

Please sign in to comment.