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
37358f9b
Commit
37358f9b
authored
Jun 06, 2018
by
Guilhem Saurel
Browse files
show debug in project_detail
parent
85529cd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
rainboard/templates/rainboard/project_detail.html
View file @
37358f9b
...
...
@@ -31,6 +31,7 @@
<dt
class=
"col-3 text-right"
>
Commits since
</dt>
<dd
class=
"col-9"
>
{{ project.commits_since }}
</dd>
<dt
class=
"col-3 text-right"
>
Has tests
</dt>
<dd
class=
"col-9"
>
{{ project.tests|yesno:"✔,✘" }}
</dd>
<dt
class=
"col-3 text-right"
>
Has docs
</dt>
<dd
class=
"col-9"
>
{{ project.docs|yesno:"✔,✘" }}
</dd>
<dt
class=
"col-3 text-right"
>
Also build in Debug
</dt>
<dd
class=
"col-9"
>
{{ project.debug|yesno:"✔,✘" }}
</dd>
</dl>
</div>
...
...
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