Sha256: 373a3c8ee764e4846b625fc24b4f3c8a501dd18cd26df158e28c4b78aecee542

Contents?: true

Size: 378 Bytes

Versions: 5

Compression:

Stored size: 378 Bytes

Contents

= form_for [@group, @membership], :html => {:remote => true, :data => {:type => :html}} do |f|
  %input.person_picker{:type => "text", :placeholder => t(:person_name), :autocomplete => "off"}
  = f.hidden_field :person_id, :class => "person_picker_target"
  = link_to t(:cancel), "/", :class => 'cancel'
  %p.formnote
    =t :new_membership_instructions, :name => @group.name
  

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
droom-0.4.3 app/views/droom/memberships/_form.html.haml
droom-0.4.2 app/views/droom/memberships/_form.html.haml
droom-0.4.1 app/views/droom/memberships/_form.html.haml
droom-0.2.1 app/views/droom/memberships/_form.html.haml
droom-0.0.1 app/views/droom/memberships/_form.html.haml