Sha256: a6d1c7b898b088cee1eda422b6bf684fa242309082b8cdfb6758706b7f0ccda5

Contents?: true

Size: 390 Bytes

Versions: 21

Compression:

Stored size: 390 Bytes

Contents

<% followers.each do |follower| %>
  <li><%= t('muck.friends.friend_request_links', :profile => link_to(h(follower.full_name), profile_path(follower)), 
                                                 :accept => accept_follower_link(current_user, follower),
                                                 :ignore => ignore_friend_request_link(current_user, follower) ) -%></li>
<% end %>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
muck-friends-0.1.4 app/views/friends/_friend_requests.html.erb