add a "view page" for event

ref #3
This commit is contained in:
2016-03-22 21:18:32 +01:00
parent 4d02314770
commit 90cbb78621
8 changed files with 94 additions and 36 deletions

View File

@@ -3,7 +3,7 @@ event:
defaults: { _controller: "ChillEventBundle:Event:index" }
event_show:
path: /{id}/show
path: /{event_id}/show
defaults: { _controller: "ChillEventBundle:Event:show" }
event_new: