Guest User

Untitled

a guest
Apr 16th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <% if @current_user.blocked_friends.include?(friend) %>
  2. <%= link_to 'unblock buzzes', {:action => 'unblock_buzzes', :id => friend}, :method => :post -%>
  3. <% else -%>
  4. <%= link_to 'block buzzes', {:action => 'block_buzzes', :id => friend}, :method => :post -%>
  5. <% end -%>
Add Comment
Please, Sign In to add comment