Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
POCs
Wiki territorial covid
Commits
70d833aa
Commit
70d833aa
authored
Apr 08, 2020
by
Jérémy GAILLARD
Browse files
Fix texte localisation mobile
parent
c3d097ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/ServiceList.vue
View file @
70d833aa
...
...
@@ -85,7 +85,7 @@
<div
class=
"filter"
>
<p>
Où ?
</p>
<select
@
change=
'filterChange()'
v-model=
"loc_filter"
>
<option
value=
''
>
Territo
riale ou locale
</option>
<option
value=
''
>
T
ous t
errito
ires
</option>
<option
v-for=
'(k, v) in choices("localisation")'
:value=
'v'
:key=
'v'
>
{{
k
}}
</option>
</select>
</div>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment