Sha256: ce390d72482ea75def333471bdf6ae45e6e6a307b494dd15b05026ece0a5fab9

Contents?: true

Size: 567 Bytes

Versions: 36

Compression:

Stored size: 567 Bytes

Contents

- title "Contacts"
%table
  %tr
    %th Name
    %th From
    %th Arrival Date
    %th Departure Date
    %th Email
    %th Message
  - for contact in @contacts
    %tr
      %td= h contact.name
      %td= h contact.from
      %td= h contact.arrival_date
      %td= h contact.departure_date
      %td= h contact.email
      %td= h contact.message
      %td= link_to "Show", contact
      %td= link_to "Edit", edit_contact_path(contact)
      %td= link_to "Destroy", contact, :confirm => 'Are you sure?', :method => :delete
%p= link_to "New Contact", new_contact_path

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
sbdevcore-0.3.10 app/views/contacts/index.html.haml
sbdevcore-0.3.9 app/views/contacts/index.html.haml
sbdevcore-0.3.8 app/views/contacts/index.html.haml
sbdevcore-0.3.7 app/views/contacts/index.html.haml
sbdevcore-0.3.6 app/views/contacts/index.html.haml
sbdevcore-0.3.5 app/views/contacts/index.html.haml
sbdevcore-0.3.4 app/views/contacts/index.html.haml
sbdevcore-0.3.3 app/views/contacts/index.html.haml
sbdevcore-0.3.2 app/views/contacts/index.html.haml
sbdevcore-0.3.1 app/views/contacts/index.html.haml
sbdevcore-0.3.0 app/views/contacts/index.html.haml
sbdevcore-0.2.26 app/views/contacts/index.html.haml
sbdevcore-0.2.25 app/views/contacts/index.html.haml
sbdevcore-0.2.24 app/views/contacts/index.html.haml
sbdevcore-0.2.23 app/views/contacts/index.html.haml
sbdevcore-0.2.22 app/views/contacts/index.html.haml
sbdevcore-0.2.21 app/views/contacts/index.html.haml
sbdevcore-0.2.20 app/views/contacts/index.html.haml
sbdevcore-0.2.19 app/views/contacts/index.html.haml
sbdevcore-0.2.18 app/views/contacts/index.html.haml