@@ -3,29 +3,29 @@ footer#footer
3
3
# tweetbtn
4
4
a .twitter-follow-button data-show-count =" false" data-width =" 300" href =" https://twitter.com/coderwall" Follow @coderwall
5
5
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
16
16
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"
29
29
30
30
31
31
= javascript_include_tag 'application'
0 commit comments