railsfrance/railsfrance.org

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

Summary

Maintainability
Test Coverage
%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, html: { class: "eventForm"} do |form|
      %fieldset
        %legend Editez votre événement
        = render 'form', f: form