Skip to content

Commit

Permalink
Merge pull request #1211 from willkoua/updtate-homepage
Browse files Browse the repository at this point in the history
ajout d'un bouton vers la page de creation de projet
  • Loading branch information
willkoua authored Jun 9, 2016
2 parents db11a56 + 72754ff commit 4e044b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Template/Pages/home.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,8 @@
</li>
</ul>
</div>
<div class="text-center">
<?= $this->Html->link(__("Add project"), ['controller' => 'Projects', 'action' => 'submit'], ['class' => 'btn btn-default']); ?>
</div>
</div>
<?= $this->Html->script(['carousel']); ?>

0 comments on commit 4e044b3

Please sign in to comment.