← All Clusters <% if @name %> Public Page ↗ <% end %>

<%= @name ? ERB::Util.html_escape(@name) : 'Unnamed cluster' %>

<%= @count %> photo<%= @count == 1 ? '' : 's' %> in this cluster

<%# ── Name ────────────────────────────────────────────────────────────── %>
<%# ── Merge entire cluster ────────────────────────────────────────────── %> <% unless @all_others.empty? %>

Merge entire cluster into another person

Moves all <%= @count %> photos and removes this cluster.

<% end %> <%# ── Face grid ────────────────────────────────────────────────────────── %>

Hover a face to see the full photo. Click to open in the album. <% unless @named_others.empty? %>Use the drop-down to move a face to another person.<% end %>

<% @members.each do |m| %> <% rel = m['rel']; box = m['box'] %> <% parts = rel.split('/'); fname = parts.last; dir_rel = parts[0..-2].join('/') %> <% album_url = dir_rel.empty? ? '/browse/' : "/browse/#{ERB::Util.html_escape(dir_rel)}" %>
<% unless @named_others.empty? %>
<% end %>
<% end %>