diff --git a/app/assets/stylesheets/theme1/elements/_facebook.css.sass b/app/assets/stylesheets/theme1/elements/_facebook.css.sass new file mode 100644 index 00000000..c2a99cad --- /dev/null +++ b/app/assets/stylesheets/theme1/elements/_facebook.css.sass @@ -0,0 +1,3 @@ +.fb-like + float: left + margin-left: 12px diff --git a/app/views/theme1/_footer.html.slim b/app/views/theme1/_footer.html.slim index 0809d2e2..02b6b6ee 100644 --- a/app/views/theme1/_footer.html.slim +++ b/app/views/theme1/_footer.html.slim @@ -4,8 +4,8 @@ .footer-content .fb-like data-href="http://mozo.bar/" data-layout="button" data-action="like" data-show-faces="true" data-share="true" = yield :footer - = link_to 'disclaimer', go_to_path('disclaimer', locale: 'en') - ' + /= link_to 'disclaimer', go_to_path('disclaimer', locale: 'en') + /' = link_to 'privacy', go_to_path('privacy', locale: 'en') ' = link_to 'contact', go_to_path('contact', locale: 'en')