<% content_for :title do %>

<%= link_to "My Albums", albums_path %>

<% if @image.album.present? %> → <%= link_to @image.album.title, album_images_path(@image.album) %> <% end %> → <%= @image.image.name %> <% end %>
<%= render "image", image: @image %>
<%= render "info", image: @image %>