afimb/chouette2

View on GitHub
app/views/organisations/edit.html.erb

Summary

Maintainability
Test Coverage
<%= title_tag t(".title") %>

<%= semantic_form_for @organisation, :url => organisation_path do |form| %>
  <%= form.inputs do %>
  <%= form.input :name %>
  <%= form.input :data_format, :label => true, :include_blank => false %>
  <% end %>

  <%= form.actions do %>
    <%= form.action :submit, :as => :button %>
    <%= form.action :cancel, :as => :link %>
  <% end %>
<% end %>