commit/galaxy-central: davebgx: Make the sharable link to a repository a clickable link.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a63423bf65cb/ Changeset: a63423bf65cb User: davebgx Date: 2014-11-04 17:30:37+00:00 Summary: Make the sharable link to a repository a clickable link. Affected #: 1 file diff -r 5f1bbc53e5e2eeb3728f8db61fbaaf79d0bb3084 -r a63423bf65cbefe8d2bcd5801808b32a509a0cd9 templates/webapps/tool_shed/repository/common.mako --- a/templates/webapps/tool_shed/repository/common.mako +++ b/templates/webapps/tool_shed/repository/common.mako @@ -210,7 +210,7 @@ from tool_shed.util.shed_util_common import generate_sharable_link_for_repository_in_tool_shed sharable_link = generate_sharable_link_for_repository_in_tool_shed( repository, changeset_revision=changeset_revision ) %> - ${sharable_link} + <a href="${sharable_link}">${sharable_link}</a></%def><%def name="render_clone_str( repository )"> 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