philomena/lib/philomena_web/templates/page/index.html.slime
2024-06-06 22:28:35 +02:00

14 lines
228 B
Text

h1 Pages
table.table
thead
tr
th Title
tbody
= for static_page <- @static_pages do
tr
td = link static_page.title, to: ~p"/pages/#{static_page}"
br
= link "New static page", to: ~p"/pages/new"