Skip to content

Commit

Permalink
fix back button
Browse files Browse the repository at this point in the history
  • Loading branch information
maccman committed Nov 20, 2011
1 parent a53204a commit 94e6a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/app/controllers/pages.js.coffee
Expand Up @@ -111,6 +111,6 @@ class App.Pages extends Spine.Stack
'/pages/:id/edit': 'edit'
'/pages/:id': 'show'
'/pages': 'index'
'': 'index'

default: 'index'
className: 'stack pages'

0 comments on commit 94e6a2f

Please sign in to comment.