blob: 0d81b26e33273818d33504a896f7eb6703c256e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
- breadcrumb :organisation, @organisation
= 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
= form.actions do
= form.action :submit, as: :button
= form.action :cancel, as: :link
|