Sha256: 6c53d533e9f3307324f8235c81157f653dfb57ca885f8bbca4d3edfc92cce618

Contents?: true

Size: 258 Bytes

Versions: 12

Compression:

Stored size: 258 Bytes

Contents

<h2><%= t('muck.friends.friends') %></h2>
<%= friends(user) %>
<% if GlobalConfig.enable_following -%>
  <h2><%= t('muck.friends.followers') %></h2>
  <%= followers(user) %>  
  <h2><%= t('muck.friends.following') %></h2>
  <%= followings(user) %>
<% end -%>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
muck-friends-0.1.17 app/views/friends/_all_friends.html.erb
muck-friends-0.1.16 app/views/friends/_all_friends.html.erb
muck-friends-0.1.15 app/views/friends/_all_friends.html.erb
muck-friends-0.1.14 app/views/friends/_all_friends.html.erb
muck-friends-0.1.13 app/views/friends/_all_friends.html.erb
muck-friends-0.1.12 app/views/friends/_all_friends.html.erb
muck-friends-0.1.11 app/views/friends/_all_friends.html.erb
muck-friends-0.1.10 app/views/friends/_all_friends.html.erb
muck-friends-0.1.6 app/views/friends/_all_friends.html.erb
muck-friends-0.1.7 app/views/friends/_all_friends.html.erb
muck-friends-0.1.8 app/views/friends/_all_friends.html.erb
muck-friends-0.1.9 app/views/friends/_all_friends.html.erb