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
03197bde
Commit
03197bde
authored
Nov 04, 2011
by
stef
Browse files
[fix] #19 urls in comments with better formatting
parent
3d4336a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/view.html
View file @
03197bde
...
...
@@ -126,7 +126,7 @@ $(document).ready(function() {
{% for comment in cmt_list %}
<div
class=
"comment"
>
<p><a
href=
"{{ comment.user_url }}"
>
{{ comment.user_name }}
</a>
- {{ comment.submit_date }}
</p>
<p>
{{ comment.comment }}
</p>
<p>
{{ comment.comment
|striptags|urlize|linebreaks
}}
</p>
</div>
{% endfor %}
<div
class=
"toggle button"
>
{% trans "Add comment" %}
</div>
...
...
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