Skip to content

Commit

Permalink
This is the projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
fd committed Jun 9, 2009
1 parent 412b55f commit b1872cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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?
Expand Down

0 comments on commit b1872cf

Please sign in to comment.