mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
[feature] redirect to slugged-url on publish project
This commit is contained in:
parent
a4fcede638
commit
8e07460deb
@ -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})
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user