diaspora/app/views/bookmarks/index.html.haml
2010-06-20 11:49:05 -07:00

8 lines
177 B
Text

- title "Bookmarks"
%div.big_text
%p.description= link_to "New Bookmark", new_bookmark_path
%ul#stream
- for bookmark in @bookmarks
= render "pane", :post => bookmark