philomena/lib/philomena_web/templates/page/index.html.slime

15 lines
261 B
Text
Raw Normal View History

2019-12-15 18:33:37 +01:00
h1 Pages
2019-08-16 02:28:12 +02:00
2019-12-15 18:33:37 +01:00
table.table
thead
tr
th Title
tbody
= for static_page <- @static_pages do
tr
td = link static_page.title, to: Routes.page_path(@conn, :show, static_page)
br
= link "New static page", to: Routes.page_path(@conn, :new)