- if request.format == 'text/html' && controller.controller_name != 'moderations' && controller.controller_name != 'notes' && controller.action_name != 'edit' && controller.action_name != 'cancel' #lug-list %h1=t '.lug-list' - if @event.region %ul - @event.region.lugs.order(department: :asc).each do |lug| %li = link_to lug.name, lug.url (#{lug.department}) %h1 Actions = link_to t('.add_to_calendar'), root_url %h2 %em= @event.city + ':' = @event.title %h3=t '.dateAndPlace' %p - if @event.same_day? Le #{l @event.start_time.to_date, format: :long}, de #{l @event.start_time, format: :hours} à #{l @event.end_time, format: :hours}. - else Du =l @event.start_time, format: :at au #{l @event.end_time, format: :at}. %p =t '.at' %em= link_to(@event.city, "http://fr.wikipedia.org/wiki/#{url_encode @event.city}") + ',' = link_to @event.region.name, "http://fr.wikipedia.org/wiki/#{url_encode @event.region.name}" rescue nil %h3=t '.description' .description = sanitize @event.description, tags: %w(p br table tr td ul ol li a strong b em i img), attributes: %w(href src width height) %h3=t '.infos' %p %span.label= Event.human_attribute_name :url = link_to @event.url, @event.url %p %span.label= Event.human_attribute_name :contact = mail_to @event.contact, nil, encode: :javascript, replace_at: ' CHEZ ', replace_dot: ' POINT ' - if (@event.tags && @event.tags.present?) %p.tags %span.label= Event.human_attribute_name :tags - @event.tags.split.each do |tag| = link_to tag, events_url(tag: tag)