Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
piks3l
Respect My Net
Commits
f30157da
Commit
f30157da
authored
Jan 13, 2012
by
Baptiste Jonglez
Browse files
[fix] forgot about the lowercase
parent
16b0c2c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/list.html
View file @
f30157da
...
...
@@ -36,7 +36,7 @@
},
format
:
function
(
s
)
{
// format your data for normalization
return
s
.
toLowerCase
()
{
%
for
s
,
translation
in
status
%
}.
replace
(
/{{translation}}/
,{{
forloop
.
counter
}}){
%
endfor
%
};
return
s
{
%
for
s
,
translation
in
status
%
}.
replace
(
/{{translation}}/
,{{
forloop
.
counter
}}){
%
endfor
%
};
},
// set type, either numeric or text
type
:
'
numeric
'
...
...
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