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
4d43e6b1
Commit
4d43e6b1
authored
Nov 16, 2011
by
stef
Browse files
[fix] #33 affected resource in featured list displayed
parent
fc59f961
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/index.html
View file @
4d43e6b1
...
...
@@ -154,6 +154,7 @@ $(document).ready(function(){
<tr>
<td
colspan=
"3"
>
<div
id=
"description"
class=
'round-box'
>
{% trans "Affected Resource" %}: {{violation.resource_name}}
{%for c in violation.comment_set.all%}
<div
class=
"description"
>
{{c.comment|safe}}
</div>
<span
class=
"submitter"
>
{%if c.submitter_name%}{{c.submitter_name}}{%else%}{{c.submitter_email}}{%endif%}
</span>
-
<span
class=
"comment_date"
>
{{c.timestamp|date:"SHORT_DATE_FORMAT" }}
</span>
...
...
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