commit/galaxy-central: dan: Fix for managing user preferences in the Tool Shed.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/f37d6fdc7610/ changeset: f37d6fdc7610 user: dan date: 2012-10-12 16:48:05 summary: Fix for managing user preferences in the Tool Shed. affected #: 3 files diff -r 09bed8d782ce793d6cd4251ab1376f7650c885c9 -r f37d6fdc76107abac84672a228f1b0433a8a8624 lib/galaxy/webapps/galaxy/controllers/user.py --- a/lib/galaxy/webapps/galaxy/controllers/user.py +++ b/lib/galaxy/webapps/galaxy/controllers/user.py @@ -735,7 +735,7 @@ message=message, status=status ) else: - return trans.fill_template( '/webapps/community/user/info.mako', + return trans.fill_template( '/webapps/community/user/manage_info.mako', cntrller=cntrller, user=user, email=email, diff -r 09bed8d782ce793d6cd4251ab1376f7650c885c9 -r f37d6fdc76107abac84672a228f1b0433a8a8624 templates/webapps/community/user/info.mako --- a/templates/webapps/community/user/info.mako +++ /dev/null @@ -1,9 +0,0 @@ -<%inherit file="/base.mako"/> -<%namespace file="/user/info.mako" import="render_user_info" /> -<%namespace file="/message.mako" import="render_msg" /> - -%if message: - ${render_msg( message, status )} -%endif - -${render_user_info()} diff -r 09bed8d782ce793d6cd4251ab1376f7650c885c9 -r f37d6fdc76107abac84672a228f1b0433a8a8624 templates/webapps/community/user/manage_info.mako --- /dev/null +++ b/templates/webapps/community/user/manage_info.mako @@ -0,0 +1,9 @@ +<%inherit file="/base.mako"/> +<%namespace file="/user/info.mako" import="render_user_info" /> +<%namespace file="/message.mako" import="render_msg" /> + +%if message: + ${render_msg( message, status )} +%endif + +${render_user_info()} 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