railsfrance/railsfrance.org

View on GitHub
app/views/events/new.html.haml

Summary

Maintainability
Test Coverage
- set_meta_tags title: "Postez votre événement!"
%section.worldMap
  %header#sectionHeader
    %hgroup.eventHeader
      %h1
        %span 
          LES
        ÉVÉNEMENTS
  %nav#secondaryNav
    %div#secondaryNavContainer
      %ul
        %li
          = link_to "Retour aux événements", events_path, class: "navButton back"
  .theContent
    = simple_form_for @event , url: events_path, html: { class: "eventForm", method: :post } do |form|
      %fieldset
        %legend Créer votre événement
        = render 'form', f: form
        = render 'markdown/markdown'