add sharing icon

This commit is contained in:
Filip Gralinski 2016-02-16 21:33:40 +01:00
parent 961b767b74
commit b6aad03933
1 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
$if isVisible
<a href="@{QueryResultsR commitHash}">
<span class="glyphicon glyphicon-info-sign" aria-hidden="true">
<span class="glyphicon glyphicon-info-sign" title="click to see the detailed information" aria-hidden="true">
$maybe browsableUrl <- maybeBrowsableUrl
<a href="#{browsableUrl}">
<span class="glyphicon glyphicon-folder-open" aria-hidden="true">
<span class="glyphicon glyphicon-folder-open" title="click to see the files aria-hidden="true">
$nothing
$if isOwner
<a href="@{MakePublicR submissionId}">
<span class="glyphicon glyphicon-share" title="click to make it public!" aria-hidden="true">