mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
14 lines
228 B
Text
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"
|