Sha256: 64cdd1630b274fdcabcb88da212527c98dc5f44aeabd4374157b3070a858a2db
Contents?: true
Size: 386 Bytes
Versions: 1
Compression:
Stored size: 386 Bytes
Contents
<% if !GlobalConfig.allow_following -%> <% @user.followers.each do |follower| %> <li> <%= _("%{profile} requests to be your Friend %{accept} %{ignore}") % {: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 %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
muck-friends-0.1.1 | app/views/friends/friend_or_follow_request.html.erb |