Skip to content

Commit

Permalink
posts index
Browse files Browse the repository at this point in the history
  • Loading branch information
mharris717 committed Feb 25, 2010
1 parent 7a49bbe commit 003481d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/views/posts/index.haml
@@ -0,0 +1,7 @@
.feeds
- current_user.feeds.each do |feed|
.feed{'data-feed-title' => feed.title}
.feed-title
- feed.title
- link_to '-', feed, :method => 'delete'
= render :partial => 'posts/left_post', :collection => feed.posts

0 comments on commit 003481d

Please sign in to comment.