Skip to content

Commit

Permalink
Merge pull request #20 from matheusmessora/issue14
Browse files Browse the repository at this point in the history
Included in routes.properties the sluggedName
  • Loading branch information
leocwolter committed May 11, 2014
2 parents 6feed55 + d5d1297 commit 3aedd18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/routes.properties
Expand Up @@ -83,7 +83,7 @@ TagPageController.newTagPage = /tag/{tagName}/about/new
TagPageController.showTagPage = /tag/{tagName}/about

UserProfileController.showProfile = /users/{user.id:[0-9]+}/{sluggedName}
UserProfileController.reputationHistory = /users/{user.id:[0-9]+}/reputation
UserProfileController.reputationHistory = /users/{user.id:[0-9]+}/{sluggedName}/reputation
UserProfileController.typeByVotesWith = /users/{id}/postsByType/{type}
UserProfileController.watchersByDateWith = /users/{id}/{sluggedName}/postsWatching
UserProfileController.editProfile = /users/edit/{user.id:[0-9]+}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/routes.pt-BR.properties
Expand Up @@ -82,7 +82,7 @@ TagPageController.newTagPage = /tag/{tagName}/sobre/novo
TagPageController.showTagPage = /tag/{tagName}/sobre

UserProfileController.showProfile = /usuario/{user.id:[0-9]+}/{sluggedName}
UserProfileController.reputationHistory = /users/{user.id:[0-9]+}/reputation
UserProfileController.reputationHistory = /users/{user.id:[0-9]+}/{sluggedName}/reputation
UserProfileController.typeByVotesWith = /users/{id}/postsByType/{type}
UserProfileController.watchersByDateWith = /users/{id}/{sluggedName}/postsWatching
UserProfileController.editProfile = /usuario/editar/{user.id:[0-9]+}
Expand Down

0 comments on commit 3aedd18

Please sign in to comment.