Sha256: 05221abb8edc675ccfd66f7a97a2ceb06f231f1bc46265025fa905a93bdbc444

Contents?: true

Size: 586 Bytes

Versions: 5

Compression:

Stored size: 586 Bytes

Contents

= form_for @organisation, :html => {:class => 'edit organisation'} do |f|
  %p.name
    = f.label :name
    %br
    = f.text_field :name, :required => true, :class => "name"

  %p.secondary
    = f.label :url
    %br
    = f.text_field :url, :class => "url"

  %p.secondary
    = f.label :description
    %span.formnote
      = t :organisation_description_note

  .description.wysihtml
    .toolbar#t1
      = render 'droom/shared/toolbar'
    = f.text_area :description
    
  .buttons
    = f.submit t(:save_organisation)
    = t :or
    = link_to t(:cancel), '#', :class => 'cancel'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
droom-0.5.3 app/views/droom/organisations/_form.html.haml
droom-0.4.3 app/views/droom/organisations/_form.html.haml
droom-0.4.2 app/views/droom/organisations/_form.html.haml
droom-0.4.1 app/views/droom/organisations/_form.html.haml
droom-0.2.1 app/views/droom/organisations/_form.html.haml