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
38a388c9
Commit
38a388c9
authored
Nov 18, 2011
by
Baptiste Jonglez
Browse files
[enh] Emphasis on 'affected resource' for featured cases
parent
ec2619f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/index.html
View file @
38a388c9
...
...
@@ -154,7 +154,7 @@ $(document).ready(function(){
<tr>
<td
colspan=
"3"
>
<div
id=
"description"
class=
'round-box'
>
{% trans "Affected Resource" %}: {{violation.resource_name}}
<strong>
{% trans "Affected Resource" %}:
</strong>
{{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