commit/galaxy-central: dan: Add a link to a tool's toolshed repository if it was installed from a ToolShed.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/acec53247232/ Changeset: acec53247232 User: dan Date: 2014-04-10 21:55:26 Summary: Add a link to a tool's toolshed repository if it was installed from a ToolShed. Affected #: 1 file diff -r c6d9b2f1b26b219b03a74c321202dc68160e9a15 -r acec53247232cffb773b2e4a8de67fd3bdc3424e templates/webapps/galaxy/tool_form.mako --- a/templates/webapps/galaxy/tool_form.mako +++ b/templates/webapps/galaxy/tool_form.mako @@ -378,3 +378,10 @@ </div></div> %endif +%if tool.tool_shed_repository: + <% tool_url = tool.tool_shed_repository.get_sharable_url( tool.app ) %> + %if tool_url: + <br/> + ${ render_msg( 'This tool was installed from a ToolShed, you may be able to find additional information by following this link: <a href="%s" target="_blank">%s</a>' % ( tool_url, tool_url ), 'info' ) } + %endif +%endif 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