<%= link_to our_company_path, target: :blank, class: 'text-muted', title: t('site.our_company') do %> <%= t('site.our_company') %> <% end %>
<%= link_to contact_form_path, target: :blank, class: 'text-muted', title: t('site.contact_form') do %> <%= t('site.contact_form') %> <% end %>
<%= link_to privacy_policy_path, target: :blank, class: 'text-muted', title: t('footer.privacy') do %> <%= t('footer.privacy') %> <% end %>
<%= link_to terms_of_service_path, target: :blank, class: 'text-muted', title: t('footer.legal') do %> <%= t('footer.legal') %> <% end %>
<%= t('footer.contact_data.title') %>
<%= t('footer.location.title') %>
<%= simple_format t('footer.location.address') %> <%= link_to "https://www.google.es/maps/dir//Calle+Salamanca,+34,+37188+Carbajosa+de+la+Sagrada,+Salamanca/@40.9340078,-5.6548835,1421m/data=!3m1!1e3!4m8!4m7!1m0!1m5!1m1!1s0xd3f268411ba40f1:0xf38c7c96527e9d3e!2m2!1d-5.6518188!2d40.9356003?hl=es", target: :blank,title: t('footer.location.how_to_get'), class: 'text-muted' do %> <%= t('footer.location.how_to_get') %> <% end %>