7 lines
320 B
Plaintext
7 lines
320 B
Plaintext
|
$if (checkIfAdmin mUser)
|
||
|
<a href="@{EditIndicatorR indicatorId}">
|
||
|
<span class="glyphicon glyphicon-pencil" title="click to edit the submission" aria-hidden="true">
|
||
|
|
||
|
<a href="@{DeleteIndicatorR indicatorId}">
|
||
|
<span class="glyphicon glyphicon-remove" title="click to remove the submission" aria-hidden="true">
|