Skip to content
GitLab
Menu
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
ce145270
Commit
ce145270
authored
Dec 19, 2018
by
Guilhem Saurel
Browse files
safe ""
parent
b83347bd
Pipeline
#2023
passed with stages
in 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
ce145270
...
...
@@ -386,7 +386,7 @@ class Project(Links, NamedModel, TimeStampedModel):
f
'
{
self
.
url_gitlab
()
}
/badges/master/coverage.svg?job=doc-coverage"'
,
'Coverage Report'
)
def
badges
(
self
):
travis
=
self
.
badge_travis
()
if
self
.
public
else
''
travis
=
self
.
badge_travis
()
if
self
.
public
else
mark_safe
(
''
)
return
travis
+
self
.
badge_gitlab
()
+
self
.
badge_coverage
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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