mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
12 lines
273 B
Text
12 lines
273 B
Text
h1 = @static_page.title
|
|
p
|
|
' Last updated
|
|
=> pretty_time(@static_page.updated_at)
|
|
|
|
== @static_page.body
|
|
|
|
/= link_to 'Revision history', static_page_versions_path(@static_page)
|
|
|
|
/- if can? :manage, StaticPage
|
|
br
|
|
=> link_to 'Edit', edit_static_page_path(@static_page)
|