- if params[:id].include? 'libre-en-fete' Ces événements s'inscrivent dans le cadre de %a(href='https://www.libre-en-fete.net') = image_tag 'lef.png', width: '180', height: '60', alt: 'Libre en Fete', style: 'vertical-align: middle' - elsif params[:id].include? 'linux-presentation-day' Ces événements s'inscrivent dans le cadre de %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' %h2 %em.fa.fa-tag = title params[:id] \- %em.fa.fa-forward = t '.count', count: @events_future.count %aside %h2 %em.fa.fa-link = t '.links' %ul.fa-ul %li = link_to tags_path, class: :back do %em.fa.fa-li.fa-arrow-left = Event.human_attribute_name :tags %li = link_to events_path tag: params[:id] do %em.fa.fa-li.fa-calendar Agenda %li = link_to events_path format: :rss, tag: params[:id] do %em.fa.fa-li.fa-rss RSS %li = link_to events_path format: :ics, tag: params[:id] do %em.fa.fa-li.fa-th-list iCal %li = link_to maps_path tag: params[:id] do %em.fa.fa-li.fa-map-marker OpenStreetMap %li = link_to maps_path format: :json, tag: params[:id] do %em.fa.fa-li.fa-dot-circle GeoJSON - @events_future.order('start_time asc').each do |event| %article.event %h3 = link_to event do %em.city= event.city = event.title %p.full_address - if event.place_name.present? %span= event.place_name - if event.address.present? %span= event.address %p= display_date event .description = sanitize event.description, tags: %w[p h1 h2 h3 h4 br table tr th td ul ol li a strong b em i img sub sup span], attributes: %w[href src width height style title] - if @events_past.any? %h2 %em.fa.fa-backward = t '.past' \- = t '.count', count: @events_past.count %ul.fa-ul - @events_past.order('start_time desc').each do |event| %li = link_to event do - if event.locality? %em.locality.fa-li.fa.fa-globe %em.city{ title: event.address }= event.city = event.title .date= display_date event