Skip to content
GitLab
Menu
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
fc59f961
Commit
fc59f961
authored
Nov 16, 2011
by
stef
Browse files
[fix] #31, urlized, linebreaked editorial, etc
parent
82eb08c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/view.html
View file @
fc59f961
...
@@ -78,7 +78,8 @@ $(document).ready(function() {
...
@@ -78,7 +78,8 @@ $(document).ready(function() {
{% if v.editorial %}
{% if v.editorial %}
<div
id=
"editorial"
class=
'round-box'
>
<div
id=
"editorial"
class=
'round-box'
>
{{v.editorial}}
<h3>
{% trans "RespectMyNet note" %}
</h3>
{{v.editorial|striptags|urlize|linebreaks}}
</div>
</div>
{% endif %}
{% endif %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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