Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
Re2o
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Levy--Falk Hugo
Re2o
Commits
8bfef471
Commit
8bfef471
authored
Aug 21, 2018
by
Levy--Falk Hugo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix erreur de default dans l'affichage des noms de machines.
parent
dbe27699
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
aff_machines.html
machines/templates/machines/aff_machines.html
+1
-1
No files found.
machines/templates/machines/aff_machines.html
View file @
8bfef471
...
@@ -52,7 +52,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
...
@@ -52,7 +52,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<td
colspan=
"4"
>
<td
colspan=
"4"
>
{% trans "No name" as tr_no_name %}
{% trans "No name" as tr_no_name %}
{% trans "View the profile" as tr_view_the_profile %}
{% trans "View the profile" as tr_view_the_profile %}
<b>
{{ machine.name|default:
'
<i>
tr_no_name
</i>
'
}}
</b>
<i
class=
"fa-angle-right"
></i>
<b>
{{ machine.name|default:
tr_no_name
}}
</b>
<i
class=
"fa-angle-right"
></i>
<a
href=
"{% url 'users:profil' userid=machine.user.id %}"
title=
tr_view_the_profile
>
<a
href=
"{% url 'users:profil' userid=machine.user.id %}"
title=
tr_view_the_profile
>
<i
class=
"fa fa-user"
></i>
{{ machine.user }}
<i
class=
"fa fa-user"
></i>
{{ machine.user }}
</a>
</a>
...
...
Write
Preview
Markdown
is supported
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