Merge branch 'feature/social_buttons' into develop

This commit is contained in:
Seth Call 2014-08-19 12:32:32 -05:00
commit c92bc8fdc1
2 changed files with 9 additions and 1 deletions

View File

@ -18,6 +18,14 @@ body.web {
}
}
}
.follow-links {
position: absolute;
right: 0;
top: -60px;
z-index: 100000;
}
.share_links {
position: absolute;
top: 116px;

View File

@ -7,9 +7,9 @@
= link_to image_tag("web/cta_button.png", :alt => "Sign up now for your free account!"), signup_path, class: "signup", id: "signup"
.clearleft
= link_to "Already have an account?", signin_path, class: "signin", id: "signin"
= render :partial => 'users/share_links'
- content_for :after_black_bar do
= render :partial => 'users/follow_links'
- if @jamfest_2014
.jamfest{style: 'top:-70px;position:relative'}
%a{ href: event_path(@jamfest_2014.slug), style: 'font-size:20px;margin-top:11px' }