[refs #443] localize top image
This commit is contained in:
parent
4f7ccbb4a9
commit
2651f0dc52
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
|
@ -39,7 +39,7 @@
|
||||||
.both
|
.both
|
||||||
/ Page
|
/ Page
|
||||||
.tour
|
.tour
|
||||||
=image_tag 'tour-top.png', :alt => 'ABF'
|
=image_tag "tour-top#{I18n.locale == :en ? '-eng' : ''}.png", :alt => 'ABF'
|
||||||
.both
|
.both
|
||||||
%article
|
%article
|
||||||
= yield
|
= yield
|
||||||
|
|
Loading…
Reference in New Issue