Project slug + Update projects sockets structure + Express to angular structure
This commit is contained in:
@@ -4,7 +4,7 @@ section(ng-controller="ProjectsController as controller")
|
||||
div(ng-hide="projects")
|
||||
| No project
|
||||
div(ng-repeat="project in projects")
|
||||
a(href="/project/{{project.name}}")
|
||||
{{project.name}}
|
||||
a(href="/project/{{project.slug}}")
|
||||
| {{project.name}}
|
||||
|
||||
include ../../partials/footer.jade
|
||||
|
||||
Reference in New Issue
Block a user