commit/galaxy-central: dan: Provide some clarification for the 'Manage your information' menu item.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/03dba199c526/ Changeset: 03dba199c526 User: dan Date: 2014-07-25 23:32:53 Summary: Provide some clarification for the 'Manage your information' menu item. Affected #: 1 file diff -r 7601982d2180182671bb68349159947fc415800b -r 03dba199c52645b104dc46c78b364b3ee763cfac templates/user/index.mako --- a/templates/user/index.mako +++ b/templates/user/index.mako @@ -11,7 +11,7 @@ <ul> %if t.webapp.name == 'galaxy': %if not trans.app.config.use_remote_user: - <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='manage_user_info', cntrller=cntrller )}">${_('Manage your information')}</a> (email, password, etc.)</li> %endif <li><a href="${h.url_for( controller='user', action='set_default_permissions', cntrller=cntrller )}">${_('Change default permissions')}</a> for new histories</li><li><a href="${h.url_for( controller='user', action='api_keys', cntrller=cntrller )}">${_('Manage your API keys')}</a></li> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org