Skip to content

Commit 09ac020

Browse files
committed
Update _footer.html.haml
1 parent 2d4e082 commit 09ac020

File tree

1 file changed

+29
-31
lines changed

1 file changed

+29
-31
lines changed

app/views/shared/_footer.html.haml

+29-31
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,35 @@
11
%footer#footer
22
.inside-footer.cf
33
#tweetbtn
4-
:erb
5-
<a href="https://twitter.com/coderwall" class="twitter-follow-button" data-show-count="false" data-width="300">Follow @coderwall</a>
6-
<script src="https://platform.twitter.com/widgets.js" type="text/javascript"></script>
4+
%iframe#twitter-widget-0.twitter-follow-button.twitter-follow-button{:allowtransparency => "true", "data-twttr-rendered" => "true", :frameborder => "0", :scrolling => "no", :src => "https://platform.twitter.com/widgets/follow_button.7c0d5c8fc0456a01b74fed2e38018608.en.html#_=1429265464280&amp;dnt=false&amp;id=twitter-widget-0&amp;lang=en&amp;screen_name=coderwall&amp;show_count=false&amp;show_screen_name=true&amp;size=m", :style => "height: 20px;", :title => "Twitter Follow Button"}
5+
%script{:src => "https://platform.twitter.com/widgets.js", :type => "text/javascript"}
76
%nav#footer-nav
87
%ul.footer-links.cf
9-
%li= link_to('Contact', contact_us_path)
10-
%li= link_to('API & Hacks', api_path)
11-
%li= link_to('FAQ', faq_path)
12-
%li= link_to('Privacy Policy', privacy_policy_path)
13-
%li= link_to('Terms of Service', tos_path)
14-
%li= link_to('Jobs', '/jobs')
15-
%li.employers= link_to('Employers', employers_path)
16-
=yield :footer_menu
17-
18-
%ul.assembly-badge
19-
%li
20-
%a{:href => "https://assembly.com/coderwall?utm_campaign=assemblage&utm_source=coderwall&utm_medium=flair_widget&utm_content=flag_with_text"}
21-
%img{:height => "41px", :src => "https://treasure.assembly.com/assets/badges/flag_text-6cfc91728f9f0090d1688e4f0d41a639.svg", :width => "24px"}
22-
Assembly
23-
%ul.copyright
24-
%li Copyright &copy; 2015 Assembly Made, Inc. All rights reserved.
8+
%li
9+
%a{:href => "/contact_us"} Contact
10+
%li
11+
%a{:href => "/api"} API &amp; Hacks
12+
%li
13+
%a{:href => "/faq"} FAQ
14+
%li
15+
%a{:href => "/privacy_policy"} Privacy Policy
16+
%li
17+
%a{:href => "/tos"} Terms of Service
18+
%li
19+
%a{:href => "/jobs"} Jobs
20+
%li.employers
21+
%a{:href => "/employers"} Employers
22+
%li
23+
%a{:href => "/p/t/by_tags"} Protips
24+
%ul.assembly-badge{:style => "display:inline;float:left;"}
25+
%li
26+
%a{:href => "https://assembly.com/coderwall?utm_campaign=assemblage&amp;utm_source=coderwall&amp;utm_medium=flair_widget&amp;utm_content=flag_with_text"}
27+
%img{:height => "41px", :src => "https://treasure.assembly.com/assets/badges/flag_text-6cfc91728f9f0090d1688e4f0d41a639.svg"}/
28+
%ul.copyright{:style => "float:left; margin-left:15%;"}
29+
%li Copyright © 2015 Assembly Made, Inc. All rights reserved.
2530
%ul.credits
26-
%li= yield :credits
27-
%ul.mixpanel
28-
%li
29-
:erb
30-
<a href="https://mixpanel.com/f/partner"><img src="https://mixpanel.com/site_media/images/partner/badge_light.png" alt="Real Time Web Analytics" /></a>
31-
= javascript_include_tag 'application'
32-
= render partial: 'shared/mixpanel_properties'
33-
= yield :javascript
34-
:erb
35-
<!--[if lt IE 9]>
36-
<%= javascript_include_tag('html5shiv.js') %>
37-
<![endif]-->
31+
%li
32+
%ul.mixpanel{:style => "float:right; margin-top:-10px"}
33+
%li
34+
%a{:href => "https://mixpanel.com/f/partner"}
35+
%img{:alt => "Real Time Web Analytics", :src => "https://mixpanel.com/site_media/images/partner/badge_light.png"}/

0 commit comments

Comments
 (0)