commit/galaxy-central: greg: Fix Manage your API keys link on the user preferences page.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/7d19d6962076/ changeset: r4971:7d19d6962076 user: greg date: 2011-02-01 19:20:18 summary: Fix Manage your API keys link on the user preferences page. affected #: 1 file (18 bytes) --- a/templates/user/index.mako Tue Feb 01 13:11:24 2011 -0500 +++ b/templates/user/index.mako Tue Feb 01 13:20:18 2011 -0500 @@ -13,7 +13,7 @@ <li><a href="${h.url_for( controller='user', action='show_info' )}">${_('Manage your information')}</a></li><li><a href="${h.url_for( controller='user', action='set_default_permissions' )}">${_('Change default permissions')}</a> for new histories</li> %if trans.app.config.enable_api: - <li><a href="${h.url_for( controller='user', action='api_keys' )}">${_('Manage your API Keys')}</a> for new histories</li> + <li><a href="${h.url_for( controller='user', action='api_keys' )}">${_('Manage your API keys')}</a></li> %endif %if trans.app.config.enable_openid: <li><a href="${h.url_for( controller='user', action='openid_manage' )}">${ ('Manage OpenIDs')}</a> linked to your account</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)
-
Bitbucket