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
La Quadrature du Net
rpteam
Revue de Press
Commits
4224e4a8
Commit
4224e4a8
authored
Sep 25, 2019
by
Okhin
Browse files
Removing a closing tag without a matching opening one
parent
319c9a87
Pipeline
#2685
passed with stages
in 3 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
apps/rp/templates/rp/article_list.html
View file @
4224e4a8
...
...
@@ -123,7 +123,7 @@
<ul
class=
"actions-list"
>
{% if filter_view == 'flux' %}
<li
class=
"actions-item actions-item-draft"
onclick=
"javascript:call_recover({{article.id}})"
>
<i
class=
"fa fa-fw fa-chevron-right"
aria-hidden=
"true"
></i>
Forcer
</a>
<i
class=
"fa fa-fw fa-chevron-right"
aria-hidden=
"true"
></i>
Forcer
</li>
{% else %}
<li
class=
"actions-item actions-item-edit"
><a
href=
"{% url 'rp:article-edit' article.id %}"
>
...
...
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