Skip to content
Snippets Groups Projects
Commit f2cfa3c3 authored by danielvincent's avatar danielvincent
Browse files

user name in breadcrumb

parent 837b4182
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
= render 'shared/author_info', :post => @album
%ul#breadcrumb
%li= link_to "Photos", '#'
%li= link_to "#{@album.person.profile.first_name}'s Photos", '#'
%li= @album.name
......
......@@ -58,7 +58,7 @@
= render 'shared/author_info', :post => @photo
%ul#breadcrumb
%li= link_to "Photos", '#'
%li= link_to "#{@album.person.profile.first_name}'s Photos", '#'
%li= link_to @album.name, album_path(@album)
%li= @photo.caption
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment