Contextual tags is translated, for linux presentation day and libre en fête
parent
a3189a7d6a
commit
18ffb15da9
@ -0,0 +1,13 @@
|
||||
-# Used in pages header, event.show and tag.show
|
||||
|
||||
- if tags.include? 'libre-en-fete'
|
||||
= t '.link' if action_name == 'show'
|
||||
%a(href='https://www.libre-en-fete.net')
|
||||
= image_tag 'lef.png', width: '180', height: '60', alt: 'Libre en Fête',
|
||||
style: 'vertical-align: middle'
|
||||
|
||||
- elsif tags.include? 'linux-presentation-day'
|
||||
= t '.link' if action_name == 'show'
|
||||
%a(href='http://www.linux-presentation-day.org')
|
||||
= image_tag 'linux-presentation-day.png', width: '150', height: '75',
|
||||
alt: 'Linux presentation day', style: 'vertical-align: middle'
|
Loading…
Reference in New Issue