% content_for(:title) { "People on the account" } %> <% content_for :header do %> <%= link_to root_path, class: "btn" do %> <%= image_tag "arrow-left.svg", aria: { hidden: true }, size: 24 %> Go back <% end %> <%= render "books/index_link" %> ▸ <%= image_tag "settings.svg", aria: { label: "Settings" }, size: 19, class: "colorize--black", alt: "Settings" %> <% if Current.user.can_administer? %> <%= link_to edit_account_custom_styles_url, class: "btn" do %> <%= image_tag "art.svg", aria: { hidden: true }, size: 24 %> Custom styles <% end %> <% end %> <% end %>