mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Merge pull request #340 from blankenberg/toolshed-hg-link
Restore link to mercurial browsing of repositories.
This commit is contained in:
@@ -212,7 +212,7 @@ ${render_tool_shed_repository_actions( repository, metadata=metadata, changeset_
|
||||
%if can_download or can_push:
|
||||
<div class="form-row">
|
||||
<b>Clone this repository:</b>
|
||||
<code>hg clone ${ repository.clone_url }</code>
|
||||
<code>hg clone <a title="Show in mercurial browser" href="${ repository.clone_url }">${ repository.clone_url }</a></code>
|
||||
<button title="to clipboard" class="btn btn-default btn-xs" id="clone_clipboard"><span class="fa fa-clipboard"></span></button>
|
||||
</div>
|
||||
%endif
|
||||
|
||||
@@ -143,7 +143,7 @@
|
||||
%if can_download or can_push:
|
||||
<div class="form-row">
|
||||
<b>Clone this repository:</b>
|
||||
<code>hg clone ${ repository.clone_url }</code>
|
||||
<code>hg clone <a title="Show in mercurial browser" href="${ repository.clone_url }">${ repository.clone_url }</a></code>
|
||||
<button title="to clipboard" class="btn btn-default btn-xs" id="clone_clipboard"><span class="fa fa-clipboard"></span></button>
|
||||
</div>
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user