diff --git a/app/views/shared/_breadcrumb.html.haml b/app/views/shared/_breadcrumb.html.haml index f47f6a8..b2cf742 100644 --- a/app/views/shared/_breadcrumb.html.haml +++ b/app/views/shared/_breadcrumb.html.haml @@ -1,5 +1,5 @@ - menu_block do |link| - - link.to('Errors', root_path) + - link.to('Projects', root_path) - @error = @occurence.error if @occurence and !@error - @project = @error.project if @error and !@project - link.to(@project.name, @project) { true } if @project and !@project.new_record?