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
cubicweb
cubes
awstats
Commits
5725545efb43
Commit
5defbc87
authored
Jun 29, 2011
by
Arthur Lutz
Browse files
typo bugfix
parent
18b657189b68
Changes
1
Hide whitespace changes
Inline
Side-by-side
views/primary.py
View file @
5725545e
...
...
@@ -117,6 +117,6 @@ class StatGraph(EntityView):
self
.
w
(
u
'<h2>%s</h2>'
%
label
)
self
.
w
(
self
.
_cw
.
view
(
'plot'
,
rset
,
'null'
))
plot_displayed
=
True
if
not
plot_display
:
if
not
plot_display
ed
:
self
.
w
(
u
'<h2>%s<h2>'
%
_
(
'No stats yet'
))
self
.
w
(
u
'</div>'
)
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