Sha256: 41c548b6a074c7ae340388a1e5f5cbf1c0a25e23f21c1c59660e0dc205f01c9a

Contents?: true

Size: 298 Bytes

Versions: 8

Compression:

Stored size: 298 Bytes

Contents

-box do
  %h3= :rsvp_for.l + ' ' + @event.name
  = error_messages_for :rsvp
  = form_for(:rsvp, :url => [@event, @rsvp], :html => {:class => "MainForm"} ) do |f|
    %label=:number_of_attendees.l
    = f.text_field :attendees_count
    %p
      = submit_tag :create.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/new.html.haml
community_engine-2.3.1 app/views/rsvps/new.html.haml
community_engine-2.3.0 app/views/rsvps/new.html.haml
community_engine-2.1.0 app/views/rsvps/new.html.haml
community_engine-2.0.0 app/views/rsvps/new.html.haml
community_engine-2.0.0.beta3 app/views/rsvps/new.html.haml
community_engine-2.0.0.beta2 app/views/rsvps/new.html.haml
community_engine-2.0.0.beta1 app/views/rsvps/new.html.haml