Skip to content

Commit 73409ab

Browse files
committed
fix footed indentation
1 parent 6406214 commit 73409ab

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

app/views/application/_footer.html.slim

+22-22
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,29 @@ footer#footer
33
#tweetbtn
44
a.twitter-follow-button data-show-count="false" data-width="300" href="https://twitter.com/coderwall" Follow @coderwall
55
script src="https://platform.twitter.com/widgets.js" type="text/javascript"
6-
nav#footer-nav
7-
ul.footer-links.cf
8-
li= link_to('Contact', contact_us_path)
9-
li= link_to('API & Hacks', api_path)
10-
li= link_to('FAQ', faq_path)
11-
li= link_to('Privacy Policy', privacy_policy_path)
12-
li= link_to('Terms of Service', tos_path)
13-
li= link_to('Jobs', '/jobs')
14-
li.employers= link_to('Employers', employers_path)
15-
=yield :footer_menu
6+
nav#footer-nav
7+
ul.footer-links.cf
8+
li= link_to('Contact', contact_us_path)
9+
li= link_to('API & Hacks', api_path)
10+
li= link_to('FAQ', faq_path)
11+
li= link_to('Privacy Policy', privacy_policy_path)
12+
li= link_to('Terms of Service', tos_path)
13+
li= link_to('Jobs', '/jobs')
14+
li.employers= link_to('Employers', employers_path)
15+
=yield :footer_menu
1616

17-
ul.assembly-badge
18-
li style="text-align: center;"
19-
= link_to 'https://assembly.com/coderwall?utm_campaign=assemblage&utm_source=coderwall&utm_medium=flair_widget&utm_content=flag_with_text'
20-
img src="https://treasure.assembly.com/assets/badges/flag_text-6cfc91728f9f0090d1688e4f0d41a639.svg"
21-
ul.copyright
22-
li Copyright © 2015 Assembly Made, Inc. All rights reserved.
23-
ul.credits
24-
li= yield :credits
25-
ul.mixpanel
26-
li
27-
a href="https://mixpanel.com/f/partner"
28-
img alt="Real Time Web Analytics" src="https://mixpanel.com/site_media/images/partner/badge_light.png"
17+
ul.assembly-badge
18+
li style="text-align: center;"
19+
= link_to 'https://assembly.com/coderwall?utm_campaign=assemblage&utm_source=coderwall&utm_medium=flair_widget&utm_content=flag_with_text'
20+
img src="https://treasure.assembly.com/assets/badges/flag_text-6cfc91728f9f0090d1688e4f0d41a639.svg"
21+
ul.copyright
22+
li Copyright © 2015 Assembly Made, Inc. All rights reserved.
23+
ul.credits
24+
li= yield :credits
25+
ul.mixpanel
26+
li
27+
a href="https://mixpanel.com/f/partner"
28+
img alt="Real Time Web Analytics" src="https://mixpanel.com/site_media/images/partner/badge_light.png"
2929

3030

3131
= javascript_include_tag 'application'

0 commit comments

Comments
 (0)