]> git.openstreetmap.org Git - rails.git/blob - app/views/notifier/friend_notification.html.erb
Better loading of attached images
[rails.git] / app / views / notifier / friend_notification.html.erb
1 <p><%= t 'notifier.friend_notification.had_added_you', :user => @friend.befriender.display_name %></p>
2
3 <p><%= raw t 'notifier.friend_notification.see_their_profile', :userurl => link_to(@viewurl, @viewurl) %></p>
4
5 <% unless @friend.befriendee.is_friends_with?(@friend.befriender) -%>
6 <p><%= raw t 'notifier.friend_notification.befriend_them', :befriendurl => link_to(@friendurl, @friendurl) %></p>
7 <% end -%>