commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/c9982d111e1d/ Changeset: c9982d111e1d Branch: next-stable User: greg Date: 2013-10-25 21:57:06 Summary: Don't render the Import repository capsule link in the tool shed since it is still under development. Affected #: 1 file diff -r 870a79ce1a1048ec941b4ea298b3422ade4fc9e6 -r c9982d111e1d593492a55ec2e61448e1dc57c041 templates/webapps/tool_shed/index.mako --- a/templates/webapps/tool_shed/index.mako +++ b/templates/webapps/tool_shed/index.mako @@ -147,9 +147,9 @@ <div class="toolTitle"><a target="galaxy_main" href="${h.url_for( controller='repository', action='create_repository' )}">Create new repository</a></div> - <div class="toolTitle"> - <a target="galaxy_main" href="${h.url_for( controller='repository', action='import_capsule' )}">Import repository capsule</a> - </div> + ##<div class="toolTitle"> + ## <a target="galaxy_main" href="${h.url_for( controller='repository', action='import_capsule' )}">Import repository capsule</a> + ##</div> %if can_review_repositories: <div class="toolSectionPad"></div><div class="toolSectionTitle"> https://bitbucket.org/galaxy/galaxy-central/commits/b434587d430f/ Changeset: b434587d430f User: greg Date: 2013-10-25 21:57:35 Summary: Merged from next-stable Affected #: 1 file diff -r 81131bf378e95d935c7b0ba8b157d51b8b61c9dd -r b434587d430fbad2b88da1de18abe905827f7a6f templates/webapps/tool_shed/index.mako --- a/templates/webapps/tool_shed/index.mako +++ b/templates/webapps/tool_shed/index.mako @@ -147,9 +147,9 @@ <div class="toolTitle"><a target="galaxy_main" href="${h.url_for( controller='repository', action='create_repository' )}">Create new repository</a></div> - <div class="toolTitle"> - <a target="galaxy_main" href="${h.url_for( controller='repository', action='import_capsule' )}">Import repository capsule</a> - </div> + ##<div class="toolTitle"> + ## <a target="galaxy_main" href="${h.url_for( controller='repository', action='import_capsule' )}">Import repository capsule</a> + ##</div> %if can_review_repositories: <div class="toolSectionPad"></div><div class="toolSectionTitle"> 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