Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(39)

Unified Diff: app/views/address_book/index.rhtml

Issue 2323: Upgrade to Rails 2 SVN Base: http://familyconnect.rubyforge.org/svn/trunk/
Patch Set: Created 1 year, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side by-side-diff with in-line comments
Download patch
Index: app/views/address_book/index.rhtml
===================================================================
--- app/views/address_book/index.rhtml (revision 36)
+++ app/views/address_book/index.rhtml (working copy)
@@ -11,10 +11,10 @@
You can click on your name or photo to change your contact information.<br/>
<% end -%>
- <% unless user.news_items_count == 0 -%>
+ <% unless user.news_items.count == 0 -%>
<%= render :partial => 'account/user_news_links',
:locals => {:user => user} %>
<% end -%>
</div>
</div>
-<% end %>
+<% end %>

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r483