Skip to content

Commit

Permalink
got rid of div below micropost form
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwooz committed May 22, 2012
1 parent 680bdc8 commit e0cd5f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/users/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<em>Maximum length is 250 characters</em>
<% end %>
<% end %>
<% unless @user.microposts.empty? %>
<div id="microposts">
<%= render @user.microposts.reverse %>
</div>
<% end %>

0 comments on commit e0cd5f1

Please sign in to comment.