]> git.openstreetmap.org Git - rails.git/blob - app/views/user_mailer/friendship_notification.html.erb
Split the non-public information off of the profile page
[rails.git] / app / views / user_mailer / friendship_notification.html.erb
1 <p><%= t ".had_added_you", :user => @friendship.befriender.display_name %></p>
2
3 <%= message_body do %>
4   <p><%= t ".see_their_profile_html", :userurl => link_to(@viewurl, @viewurl) %></p>
5
6   <% unless @friendship.befriendee.is_friends_with?(@friendship.befriender) -%>
7   <p><%= t ".befriend_them_html", :befriendurl => link_to(@friendurl, @friendurl) %></p>
8   <% end -%>
9 <% end %>