gonito/templates/indicator-status.hamlet
Filip Gralinski e1b1ff53f1 Add indicators to the database, make it possible to edit them in the dashboard.
The dashboard itself (in terms of graphs) is not part of this commit.
2018-09-14 15:50:44 +02:00

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">