Skip to content

Commit

Permalink
add href to a tag form #139
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Apr 6, 2016
1 parent 21ad8ca commit b22828f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/views/measure/dashboard/start-new-measure.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<li><a class="submitNewMeasure" data-watch="<?php echo $watchId; ?>">Start a new measure</a>
<form class="no-display" method="post" action="/measures/new-measure-for-watch/" name="start-new-measure-<?php echo $watchId;?>">
<input type="hidden" name="watchId" value="<?php echo $watchId;?>">
</form>
<li>
<a href="#" class="submitNewMeasure" data-watch="<?php echo $watchId; ?>">Start a new measure</a>
<form method="post" action="/measures/new-measure-for-watch/" name="start-new-measure-<?php echo $watchId;?>" class="no-display">
<input type="hidden" name="watchId" value="<?php echo $watchId;?>"></form>
</li>

0 comments on commit b22828f

Please sign in to comment.