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
Anthony
memopol
Commits
5cc5955f
Commit
5cc5955f
authored
Jun 02, 2016
by
Nicolas Joyard
Browse files
Adjust margins
parent
4a62edac
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/representatives/_representative_block.haml
View file @
5cc5955f
...
...
@@ -59,24 +59,25 @@
=
site
.
url
|
website_link
.row
%h2
Contact
information
%table
.table.table-condensed.detail-view
-
for
email
in
representative
.
email_set
.
all
%tr
%th
E-mail
%td
=
email
.
email
|
email_link
.col-md-12
%h2
Contact
information
%table
.table.table-condensed.detail-view
-
for
email
in
representative
.
email_set
.
all
%tr
%th
E-mail
%td
=
email
.
email
|
email_link
-
if
representative
.
phone_set
.
all
|
length
>
0
%tr
%th
Phone
numbers
%td
-
for
phone
in
representative
.
phone_set
.
all
.phone
{{
phone.number
}}
-
if
representative
.
phone_set
.
all
|
length
>
0
%tr
%th
Phone
numbers
%td
-
for
phone
in
representative
.
phone_set
.
all
.phone
{{
phone.number
}}
-
for
address
in
representative
.
address_set
.
all
%tr
%th
=
address
.
name
%td
-
include
'representatives/_address_block.html'
with
address
=
address
\ No newline at end of file
-
for
address
in
representative
.
address_set
.
all
%tr
%th
=
address
.
name
%td
-
include
'representatives/_address_block.html'
with
address
=
address
\ No newline at end of file
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