Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
piphone-front
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
La Quadrature du Net
piphone
piphone-front
Commits
8fa1b5d8
Commit
8fa1b5d8
authored
Jun 13, 2017
by
okhin
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update contactslist.html
parent
36ffa565
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
templates/contactslist.html
templates/contactslist.html
+2
-2
No files found.
templates/contactslist.html
View file @
8fa1b5d8
...
...
@@ -122,13 +122,13 @@ function display_mep(contact) {
return
group
[
'
type
'
]
===
'
group
'
;
});
if
(
group
.
length
>
0
)
{
var
group_src
=
'
http
s
://www.europarl.europa.eu/ep_framework/img/group/group_iconsmall_
'
var
group_src
=
'
http://www.europarl.europa.eu/ep_framework/img/group/group_iconsmall_
'
+
group
[
0
][
'
name
'
].
toLowerCase
().
replace
(
'
/
'
,
''
)
+
'
.png
'
;
$
(
'
<img />
'
).
attr
(
'
src
'
,
group_src
)
.
appendTo
(
li
);
};
if
(
country
.
length
>
0
)
{
var
country_src
=
'
http
s
://www.europarl.europa.eu/ep_framework/img/flag/flag_icon_
'
var
country_src
=
'
http://www.europarl.europa.eu/ep_framework/img/flag/flag_icon_
'
+
country
[
0
][
'
name
'
].
toLowerCase
().
replace
(
'
/
'
,
''
)
+
'
.gif
'
;
$
(
'
<img />
'
).
addClass
(
'
circle
'
)
.
attr
(
'
src
'
,
country_src
)
...
...
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