Merge pull request #340 from blankenberg/toolshed-hg-link

Restore link to mercurial browsing of repositories.
This commit is contained in:
Martin Cech
2015-06-16 11:35:53 -04:00
2 changed files with 2 additions and 2 deletions
@@ -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