1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/commits/83f821c5ecc1/
Changeset: 83f821c5ecc1
Branch: stable
User: natefoo
Date: 2014-11-04 19:00:15+00:00
Summary: Update tag latest_2014.10.06 for changeset 9b8cb8d48a79
Affected #: 1 file
diff -r 9b8cb8d48a798e8905d09e380138c1102012ce6f -r 83f821c5ecc1e0ac4bbdc6710c6e7abb7faf6afa .hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -20,4 +20,4 @@
ca45b78adb4152fc6e7395514d46eba6b7d0b838 release_2014.08.11
548ab24667d6206780237bd807f7d857a484c461 latest_2014.08.11
2092948937ac30ef82f71463a235c66d34987088 release_2014.10.06
-9bc08bc7f393362ee7e6cf1d04bb9d8cee68f2d8 latest_2014.10.06
+9b8cb8d48a798e8905d09e380138c1102012ce6f latest_2014.10.06
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.
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.