projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cache "not found" reverse geocoding results
[rails.git]
/
app
/
views
/
user_mailer
/
friendship_notification.html.erb
diff --git
a/app/views/user_mailer/friendship_notification.html.erb
b/app/views/user_mailer/friendship_notification.html.erb
index 0f2353150b15d37ca0d6b0b47d806b339b0d9b09..ee2dea2ebfad31cb0bfc5a19c54cda347b0eda77 100644
(file)
--- a/
app/views/user_mailer/friendship_notification.html.erb
+++ b/
app/views/user_mailer/friendship_notification.html.erb
@@
-3,7
+3,7
@@
<%= message_body do %>
<p><%= t ".see_their_profile_html", :userurl => link_to(@viewurl, @viewurl) %></p>
<%= message_body do %>
<p><%= t ".see_their_profile_html", :userurl => link_to(@viewurl, @viewurl) %></p>
- <% unless @friendship.befriendee.
is_
friends_with?(@friendship.befriender) -%>
+ <% unless @friendship.befriendee.friends_with?(@friendship.befriender) -%>
<p><%= t ".befriend_them_html", :befriendurl => link_to(@friendurl, @friendurl) %></p>
<% end -%>
<% end %>
<p><%= t ".befriend_them_html", :befriendurl => link_to(@friendurl, @friendurl) %></p>
<% end -%>
<% end %>