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
e17e2c0d
Commit
e17e2c0d
authored
Jul 14, 2011
by
stef
Browse files
[enh] booleans repr with utf chars
parent
48adae3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/list.html
View file @
e17e2c0d
...
...
@@ -56,9 +56,9 @@
<td>
{{ violation.resource }}
</td>
<td>
{{ violation.type }}
</td>
<td>
{{ violation.media }}
</td>
<td>
{
{
violation.temporary
}
}
</td>
<td>
{
{
violation.contractual
}
}
</td>
<td>
{
{
violation.loophole
}
}
</td>
<td>
{
% if
violation.temporary
%}
✓
{%else%}
✗
{%endif%
}
</td>
<td>
{
% if
violation.contractual
%}
✓
{%else%}
✗
{%endif%
}
</td>
<td>
{
% if
violation.loophole
%}
✓
{%else%}
✗
{%endif%
}
</td>
<td>
{{ violation.confirmations }}
<div
class=
"confirm"
><a>
+1
</a>
<div
class=
"hidden confirm_popup"
>
<h3>
Confirmation
</h3>
...
...
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