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
Nounous
re2o
Commits
c7bf2958
Commit
c7bf2958
authored
Jul 22, 2018
by
Hugo LEVY-FALK
Browse files
i18n sur le title du bouton historique
parent
2ee17b37
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/buttons/history.html
View file @
c7bf2958
...
...
@@ -22,7 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
{% endcomment %}
{% load i18n %}
<a
{%
if
class
%}
class=
"btn btn-info btn-sm"
{%
endif
%}
role=
"button"
title=
"Histor
ique
"
href=
"{% url 'logs:history' application name id %}"
>
<a
{%
if
class
%}
class=
"btn btn-info btn-sm"
{%
endif
%}
role=
"button"
title=
"
{% trans '
Histor
y' %}
"
href=
"{% url 'logs:history' application name id %}"
>
<i
class=
"fa fa-history"
></i>
{% if text %}{% trans 'History' %}{% endif %}
</a>
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