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 font-size: smaller
line-height: 1.1em line-height: 1.1em
strong:after strong:after
color: lightgray
content: ':' content: ':'
margin-right: -1px margin-right: -1px
a:link, a:visited a:link, a:visited

View File

@ -42,19 +42,19 @@
%ul.countries %ul.countries
%li %li
= link_to 'http://www.agendadulibre.org' do = 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' =t '.france'
%li %li
= link_to 'http://www.agendadulibre.qc.ca' do = 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' =t '.quebec'
%li %li
= link_to 'http://www.agendadulibre.be' do = 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' =t '.belgique'
%li %li
= link_to 'http://www.agendadulibre.ch' do = 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' =t '.suisse'
= render 'layouts/flash', flash: flash if flash.present? = render 'layouts/flash', flash: flash if flash.present?