% content_for(:title) { @user.name } %> <% content_for :header do %> <%= link_to users_path, class: "btn" do %> <%= image_tag "arrow-left.svg", aria: { hidden: true }, size: 24 %> Go back <% end %> <%= render "books/index_link" %> ▸ <%= link_to users_path, class: "btn borderless txt-small flex-item-no-shrink" do %> <%= image_tag "people.svg", aria: { label: "People" }, size: 19, class: "colorize--black", alt: "People" %> Manage people <% end %> ▸ <%= @user.name %> <% end %>
<%= mail_to @user.email_address %>