Commit 2f82090846b7df8166cc5316356ba105b108f5b6
1 parent
091e9e84
Exists in
master
and in
1 other branch
stats accessibles depuis page accueil
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
src/Template/Pages/home_app.ctp
... | ... | @@ -25,6 +25,10 @@ echo '<a href="/pages/changes">Changements faits sur le logiciel</a>'; |
25 | 25 | echo '</td></tr>'; |
26 | 26 | |
27 | 27 | echo '<tr><td>'; |
28 | +echo '<a href="/pages/stats">Statistiques sur les matériels</a>'; | |
29 | +echo '</td></tr>'; | |
30 | + | |
31 | +echo '<tr><td>'; | |
28 | 32 | echo $this->Html->link('Voir mes matériels', [ |
29 | 33 | 'controller' => 'materiels', |
30 | 34 | 'action' => 'index', | ... | ... |