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
La Quadrature du Net
Respect My Net
Commits
4757318f
Commit
4757318f
authored
Nov 04, 2011
by
stef
Browse files
[mod] removed user_url from comments, unused
parent
03197bde
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/view.html
View file @
4757318f
...
...
@@ -125,7 +125,7 @@ $(document).ready(function() {
{% get_comment_list for v as cmt_list %}
{% for comment in cmt_list %}
<div
class=
"comment"
>
<p>
<a
href=
"{{ comment.user_url }}"
>
{{ comment.user_name }}
</a>
- {{ comment.submit_date }}
</p>
<p>
{{ comment.user_name }} - {{ comment.submit_date }}
</p>
<p>
{{ comment.comment|striptags|urlize|linebreaks }}
</p>
</div>
{% endfor %}
...
...
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