Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LabelsTower
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MaitresNageurs
README
LabelsTower
Commits
4d6fe3e9
Commit
4d6fe3e9
authored
6 years ago
by
Deleted User
Browse files
Options
Downloads
Patches
Plain Diff
Modification de la taille des bouées et résolutiondu problème de des bouées qui se chevauchent.
parent
b103fcd0
No related branches found
No related tags found
1 merge request
!32
Modification de la taille des bouées + résolution du problème de des bouées qui se chevauchent.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/templates/browse.html
+4
-4
4 additions, 4 deletions
app/templates/browse.html
with
4 additions
and
4 deletions
app/templates/browse.html
+
4
−
4
View file @
4d6fe3e9
...
...
@@ -25,14 +25,14 @@
<div
id=
'hierarchy'
class=
"panel panel-primary"
>
<div
class=
"panel-heading title"
>
<span
style=
"margin-left: 1
7
%;
"
></span
><span
class=
"glyphicon glyphicon-tags"
></span>
Labels
<span
style=
"margin-left: 1
0
%;
margin-right: 5%"
><span
class=
"glyphicon glyphicon-tags"
></span>
Labels
</span>
<span
v-if=
'this.labels_language == "FR"'
>
<img
style=
"height:25px; width:25px;
margin-left: 6%;
margin-right:
5
%;"
src=
"static/boue_france.png"
>
<img
style=
"height:25px; width:25px; margin-right:
3
%;"
src=
"static/boue_france.png"
>
<img
@
click=
"change_labels_language('US')"
style=
"height:25px; width:25px;"
src=
"static/boue_usa_black.png"
onmouseover=
"this.src='static/boue_usa.png'"
onmouseout=
"this.src='static/boue_usa_black.png'"
>
</span>
<span
v-else
>
<img
@
click=
"change_labels_language('FR')"
style=
"height:30px; width:
30
px; margin-left: 6%; margin-right: 5%;"
src=
"static/boue_france_black.png"
onmouseover=
"this.src='static/boue_france.png'"
onmouseout=
"this.src='static/boue_france_black.png'"
>
<img
@
click=
"change_labels_language('FR')"
style=
"height:30px; width:
30
px;"
src=
"static/boue_usa.png"
onmouseover=
"this.src='static/boue_usa_black.png'"
onmouseout=
"this.src='static/boue_usa.png'"
>
<img
@
click=
"change_labels_language('FR')"
style=
"height:30px; width:
25
px; margin-left: 6%; margin-right: 5%;"
src=
"static/boue_france_black.png"
onmouseover=
"this.src='static/boue_france.png'"
onmouseout=
"this.src='static/boue_france_black.png'"
>
<img
@
click=
"change_labels_language('FR')"
style=
"height:30px; width:
25
px;"
src=
"static/boue_usa.png"
onmouseover=
"this.src='static/boue_usa_black.png'"
onmouseout=
"this.src='static/boue_usa.png'"
>
</span>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment