9 lines
120 B
Text
9 lines
120 B
Text
- title "Dashboard"
|
|
|
|
%ul
|
|
- for post in @posts
|
|
%li
|
|
= render "shared/post", :post =>post
|
|
%br
|
|
%br
|
|
|