Skip to content

Commit

Permalink
add newMeasure action. Refs #33
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jun 8, 2015
1 parent 2d815c3 commit 964a24e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions application/views/measure/all.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
Action <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<li><a href="/measures/new-measure/">New measure</a>
<form method="post" action="/measures/get-accuracy/" name="get-accuracy-'.$measure['measureId'].'"><input type="hidden" name="measureId" value="'.$measure['measureId'].'"><input type="hidden" name="watchId" value="'.$measure['watchId'].'">
</form></li>
<li class="divider"></li>
<li>
<a href="#" class="submitDeleteMeasures" data-watch="'.$measure['measureId'].'">Delete all measures</a>
<form method="post" action="/measures/" name="delete-measures-'.$measure['measureId'].'" class="no-display">
Expand Down

0 comments on commit 964a24e

Please sign in to comment.