5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 11:06:08 +00:00
panel/views/posts/show.haml

13 lines
226 B
Plaintext
Raw Normal View History

2017-10-05 19:42:32 +00:00
.row
.col-2
= haml :'sites/_nav'
.col-10
%a.btn.btn-info{href: "/sites/#{@site.name}/posts/#{@post.basename}/edit"}
Editar
%h1= @post.data['title']
.content
:markdown
#{@post.content}