Skip to content

Commit e98020c

Browse files
committed
Align indent in routes.rb
1 parent 7c07686 commit e98020c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/routes.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Default Scrivito routes. Adapt them to change the routing of CMS objects.
77
# See the documentation of 'scrivito_route' for a detailed description.
8-
scrivito_route '/', using: 'homepage'
8+
scrivito_route '/', using: 'homepage'
99
scrivito_route '(/)(*slug-):id', using: 'slug_id'
10-
scrivito_route '/*permalink', using: 'permalink', format: false
10+
scrivito_route '/*permalink', using: 'permalink', format: false
1111
end

0 commit comments

Comments
 (0)