[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
|
||||
/ Page
|
||||
.tour
|
||||
=image_tag 'tour-top.png', :alt => 'ABF'
|
||||
=image_tag "tour-top#{I18n.locale == :en ? '-eng' : ''}.png", :alt => 'ABF'
|
||||
.both
|
||||
%article
|
||||
= yield
|
||||
|
|
Loading…
Reference in New Issue