<%# ── Left action panel ──────────────────────────────────────────────────── %> <%# ── Face grid ──────────────────────────────────────────────────────────── %>
<% @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)}" %> <% entry_json = ERB::Util.html_escape({rel: rel, box: box}.to_json) %> <% end %>
<%# .person-detail-wrap %>