Petit changement sur le alt des drapeaux

This commit is contained in:
echarp 2014-06-29 15:27:59 +02:00
parent 26854f3b7f
commit 87fa8365eb
2 changed files with 4 additions and 5 deletions

View File

@ -97,7 +97,6 @@ body.events.index table
font-size: smaller
line-height: 1.1em
strong:after
color: lightgray
content: ':'
margin-right: -1px
a:link, a:visited

View File

@ -42,19 +42,19 @@
%ul.countries
%li
= link_to 'http://www.agendadulibre.org' do
= image_tag 'france.png', alt: t('.flag')
= image_tag 'france.png', alt: "#{t '.flag' } #{t '.france'}"
=t '.france'
%li
= link_to 'http://www.agendadulibre.qc.ca' do
= image_tag 'quebec.png', alt: t('.flag')
= image_tag 'france.png', alt: "#{t '.flag' } #{t '.quebec'}"
=t '.quebec'
%li
= link_to 'http://www.agendadulibre.be' do
= image_tag 'belgique.png', alt: t('.flag')
= image_tag 'france.png', alt: "#{t '.flag' } #{t '.belgique'}"
=t '.belgique'
%li
= link_to 'http://www.agendadulibre.ch' do
= image_tag 'suisse.png', alt: t('.flag')
= image_tag 'france.png', alt: "#{t '.flag' } #{t '.suisse'}"
=t '.suisse'
= render 'layouts/flash', flash: flash if flash.present?