Skip to content

Commit

Permalink
Home page. Fix not logged measures button. Refs #32
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jun 8, 2015
1 parent 302af5d commit c1fb322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
{

echo '<div style="margin-top: 10px" class="col-md-1 text-center"><a href="#" title="Login" data-toggle="modal" data-target="#pageModal" data-modal-update="true" data-href="/login/">Login</a></div>';
echo '<div class="col-md-1 "><a href="btn btn-lg btn-white" title="Measures" data-toggle="modal" data-target="#pageModal" data-modal-update="true" data-href="/login/">Measures</a></div>';
echo '<div class="col-md-1 "><a class="btn btn-lg btn-white" title="Measures" data-toggle="modal" data-target="#pageModal" data-modal-update="true" data-href="/login/">Measures</a></div>';
}
?>
</div>
Expand Down

0 comments on commit c1fb322

Please sign in to comment.