Sha256: 19c79e3777e0c4bd7d57c2a9c07ec2236617ecf25ab3af1b6ae2b579c064ed4a

Contents?: true

Size: 320 Bytes

Versions: 8

Compression:

Stored size: 320 Bytes

Contents

-box do
  %h3= :edit_rsvp_for.l + ' ' + @event.name
  = error_messages_for :rsvp
  = form_for(:rsvp, :url => [@event, @rsvp], :html => {:method => :put, :class => "MainForm"} ) do |f|
    %label=:number_of_attendees.l
    = f.text_field :attendees_count
    %p
      = submit_tag :update.l
  = link_to :back.l, [@event]

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/rsvps/edit.html.haml
community_engine-2.3.1 app/views/rsvps/edit.html.haml
community_engine-2.3.0 app/views/rsvps/edit.html.haml
community_engine-2.1.0 app/views/rsvps/edit.html.haml
community_engine-2.0.0 app/views/rsvps/edit.html.haml
community_engine-2.0.0.beta3 app/views/rsvps/edit.html.haml
community_engine-2.0.0.beta2 app/views/rsvps/edit.html.haml
community_engine-2.0.0.beta1 app/views/rsvps/edit.html.haml