Commit be661a1d2d1a0e2abfa497f60b97bac2fe3f3fa4:
    fix breadcrumbs

Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>

------------------------------------------------------------
www/roster/views/committers.html.rb                          | ++ --
------------------------------------------------------------
4 changes: 2 additions, 2 deletions.
------------------------------------------------------------


diff --git a/www/roster/views/committers.html.rb 
b/www/roster/views/committers.html.rb
index 02a4692..c6c075b 100644
--- a/www/roster/views/committers.html.rb
+++ b/www/roster/views/committers.html.rb
@@ -8,8 +8,8 @@
   _link rel: 'stylesheet', href: 'stylesheets/app.css'
 
   _banner breadcrumbs: {
-    roster: '..',
-    committer: '.'
+    roster: '.',
+    committer: 'committer/'
   }
 
   _h1 'Committer - Search'

Reply via email to