1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

[feature] redirect to slugged-url on publish project

This commit is contained in:
Sylvain 2016-06-27 15:34:08 +02:00
parent a4fcede638
commit 8e07460deb

View File

@ -70,7 +70,7 @@ class ProjectsController
$('section[ui-view=main]').scrollTop(0, 200)
return
else
$state.go('app.public.projects_show', {id: content.id})
$state.go('app.public.projects_show', {id: content.slug})