5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-08 14:25:45 +00:00
panel/app/views/posts/index.haml

9 lines
196 B
Plaintext
Raw Normal View History

2018-01-29 22:19:10 +00:00
%h1= @site.name
%table.table.table-condensed.table-striped
%tbody
- @site.posts.each do |post|
%tr
%td= link_to post.title, site_post_path(@site, post)
%td= post.date