Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
37c0f347
Commit
37c0f347
authored
Oct 05, 2018
by
Vidjil
Browse files
stats_decorator.py: 70%
parent
b2fa2769
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/models/stats_decorator.py
View file @
37c0f347
...
...
@@ -80,7 +80,7 @@ class SetsDecorator(StatDecorator):
def
decorate
(
self
,
data
):
ssets
=
[]
for
sample_set
in
data
:
s
=
SPAN
(
"%d "
%
sample_set
[
'id'
],
_style
=
'font-size:
6
0%'
)
s
=
SPAN
(
"%d "
%
sample_set
[
'id'
],
_style
=
'font-size:
7
0%'
)
d
=
DIV
(
s
,
sample_set
[
'name'
],
_onclick
=
"db.call('sample_set/index', {'id': '%d'})"
%
sample_set
[
'id'
],
...
...
Write
Preview
Supports
Markdown
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