Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
27ce67ba
Commit
27ce67ba
authored
Sep 06, 2019
by
Guilhem Saurel
Browse files
typo
parent
8e01f94e
Pipeline
#5527
passed with stage
in 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/views.py
View file @
27ce67ba
...
...
@@ -135,7 +135,7 @@ def graph_svg(request):
def
ordered_projects
(
request
):
return
JsonResponse
({
'ret'
:
models
.
ordered_projects
})
return
JsonResponse
({
'ret'
:
models
.
ordered_projects
()
})
class
AuthenticatedOrReadOnlyModelViewSet
(
viewsets
.
ModelViewSet
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment