cirandas.net

ref: master

app/views/blocks/profile_info_actions/_select_circles.html.erb


<%= _("Select the circles for %s") % followed_profile.name %>

<% circles.each do |circle| %>
<%= labelled_check_box circle.name, "circles[#{circle.name}]", circle.id, followed_profile.in_circle?(circle, follower) %>
<% end %>
<%= button(:add, _('New Circle'), '#', :id => "new-circle") %>