diff options
Diffstat (limited to 'app/view')
-rw-r--r-- | app/view/templates/homemenu.php | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/app/view/templates/homemenu.php b/app/view/templates/homemenu.php index 2dd486c..f81933f 100644 --- a/app/view/templates/homemenu.php +++ b/app/view/templates/homemenu.php @@ -41,9 +41,14 @@ </form> </details> - <span> - <a href="">Render All</a> - </span> + <details class="hidephone"> + <summary>Actions</summary> + <form action="<?= $this->url('homerenderall') ?>" method="post"> + Render all pages + </br> + <input type="submit" value="renderall"> + </form> + </details> </aside>
\ No newline at end of file |