diff --git a/app/views/shared/_footer.html.erb b/app/views/shared/_footer.html.erb index c56afe1b..b3cad370 100644 --- a/app/views/shared/_footer.html.erb +++ b/app/views/shared/_footer.html.erb @@ -2,14 +2,18 @@
<%= link_to t("layouts.application.about_contact"), about_us_path %> <%= link_to t("layouts.application.faq"), faq_path %> + + <%= link_to content_tag("i", nil, :class => "icon-twitter", :title => t("word.twitter")), "https://twitter.com/awesomefound", :target => "_blank" %> + <%= link_to content_tag("i", nil, :class => "icon-facebook", :title => t("word.facebook")), "https://www.facebook.com/awesomefoundation", :target => "_blank" %> + <% if signed_in? -%> <%= link_to t("layouts.application.sign-out"), sign_out_path, :method => :delete %> <% else -%> <%= link_to t("layouts.application.sign-in"), sign_in_path %> <% end -%> +
- · - +<%= link_to "Български", params.merge(:locale => "bg") %> <%= link_to "English", params.merge(:locale => "en") %> <%= link_to "Español", params.merge(:locale => "es") %> @@ -17,10 +21,4 @@ <%= link_to "Português", params.merge(:locale => "pt") %> <%= link_to "Русский", params.merge(:locale => "ru") %>
- - diff --git a/config/locales/bg.yml b/config/locales/bg.yml index 5c036856..5db715f7 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -8,6 +8,8 @@ bg: funding: "%B %Y" word: inactive: Неактивен + twitter: Twitter + facebook: Facebook flash: permissions: must-be-logged-in: Влезте в профила си. diff --git a/config/locales/en.yml b/config/locales/en.yml index cda7d777..be1c1a56 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -8,6 +8,8 @@ en: funding: "%B %Y" word: inactive: Inactive + twitter: Twitter + facebook: Facebook flash: permissions: must-be-logged-in: You must be logged in. diff --git a/config/locales/es.yml b/config/locales/es.yml index ed945cd8..aaddf1f8 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -8,6 +8,8 @@ es: funding: "%B %Y" word: inactive: Inactivo + twitter: Twitter + facebook: Facebook flash: permissions: must-be-logged-in: Debes estar conectado. diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 7c486fda..683ccf28 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -8,6 +8,8 @@ fr: funding: "%B %Y" word: inactive: Non-active + twitter: Twitter + facebook: Facebook flash: permissions: must-be-logged-in: Vous devez être connecté. diff --git a/config/locales/pt.yml b/config/locales/pt.yml index b65a49d9..ff3163ea 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -8,6 +8,8 @@ pt: funding: "%B %Y" word: inactive: Inativo + twitter: Twitter + facebook: Facebook flash: permissions: must-be-logged-in: Você deve estar autenticado. diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 211cba23..b8307f68 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -8,6 +8,8 @@ ru: funding: "%B %Y" word: inactive: Inactive + twitter: Twitter + facebook: Facebook flash: permissions: must-be-logged-in: Вы должны авторизоваться.