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
33154438
Commit
33154438
authored
Jul 25, 2018
by
Guilhem Saurel
Browse files
show badges in projects table
parent
dc0f0bdb
Pipeline
#1025
failed with stages
in 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/tables.py
View file @
33154438
...
...
@@ -29,6 +29,7 @@ class ProjectTable(StrippedTable):
issues
=
tables
.
Column
(
accessor
=
'open_issues'
,
orderable
=
False
)
pr
=
tables
.
Column
(
accessor
=
'open_pr'
,
orderable
=
False
)
rpkgs
=
tables
.
Column
(
accessor
=
'rpkgs'
,
orderable
=
False
)
badges
=
tables
.
Column
(
accessor
=
'badges'
,
orderable
=
False
)
class
Meta
:
model
=
models
.
Project
...
...
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