forked from filipg/gonito
add icon for editing a submission
This commit is contained in:
parent
d52b149d04
commit
a72ec65b3a
@ -1,6 +1,11 @@
|
|||||||
|
$if isOwner
|
||||||
|
<a href="@{EditSubmissionR submissionId}">
|
||||||
|
<span class="glyphicon glyphicon-pencil" title="click to edit the submission" aria-hidden="true">
|
||||||
|
|
||||||
$if isVisible
|
$if isVisible
|
||||||
<a href="@{QueryResultsR commitHash}">
|
<a href="@{QueryResultsR commitHash}">
|
||||||
<span class="glyphicon glyphicon-info-sign" title="click to see the detailed information" aria-hidden="true">
|
<span class="glyphicon glyphicon-info-sign" title="click to see the detailed information" aria-hidden="true">
|
||||||
|
|
||||||
$maybe browsableUrl <- maybeBrowsableUrl
|
$maybe browsableUrl <- maybeBrowsableUrl
|
||||||
<a href="#{browsableUrl}">
|
<a href="#{browsableUrl}">
|
||||||
<span class="glyphicon glyphicon-folder-open" title="click to see the files aria-hidden="true">
|
<span class="glyphicon glyphicon-folder-open" title="click to see the files aria-hidden="true">
|
||||||
|
Loading…
Reference in New Issue
Block a user