diff --git a/app/views/images/show.html.erb b/app/views/images/show.html.erb index fdeab8f..e571308 100644 --- a/app/views/images/show.html.erb +++ b/app/views/images/show.html.erb @@ -1,5 +1,5 @@ <% content_for :title do %> -

My Images

+

<%= link_to "My Images", user_images_path %>

→ <%= @image.image.name %> <% end %>