Libre en fête and linux presentation day logos better sized
This commit is contained in:
parent
966de971e0
commit
9162335076
@ -1,7 +1,7 @@
|
|||||||
-# Choose a region to filter events with
|
-# Choose a region to filter events with
|
||||||
%ul.regions
|
%ul.regions
|
||||||
%li#near-me{ class: ('selected' if params[:near].present?) }
|
%li#near-me{ class: ('selected' if (params[:near] && params[:near][:location]).present?) }
|
||||||
- if params[:near].present? && params[:near][:location].present?
|
- if (params[:near] && params[:near][:location]).present?
|
||||||
%a(href="?near=")
|
%a(href="?near=")
|
||||||
%em.fa.fa-map-pin
|
%em.fa.fa-map-pin
|
||||||
= params[:near][:location]
|
= params[:near][:location]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
- if controller_name != 'tags' && %w[show edit].include?(action_name)
|
- if controller_name != 'tags' && %w[show edit].include?(action_name)
|
||||||
= t '.link'
|
= t '.link'
|
||||||
%a(href='https://www.libre-en-fete.net')
|
%a(href='https://www.libre-en-fete.net')
|
||||||
= image_tag 'lef.png', width: '180', height: '60', alt: 'Libre en Fête',
|
= image_tag 'lef.png', width: '486', height: '60', alt: 'Libre en Fête',
|
||||||
style: 'vertical-align: middle'
|
style: 'vertical-align: middle'
|
||||||
|
|
||||||
- elsif tags.include? 'linux-presentation-day'
|
- elsif tags.include? 'linux-presentation-day'
|
||||||
|
Loading…
Reference in New Issue
Block a user