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.2.17 app/views/contacts/index.html.haml
sbdevcore-0.2.16 app/views/contacts/index.html.haml
sbdevcore-0.2.15 app/views/contacts/index.html.haml
sbdevcore-0.2.14 app/views/contacts/index.html.haml
sbdevcore-0.2.13 app/views/contacts/index.html.haml
sbdevcore-0.2.12 app/views/contacts/index.html.haml
sbdevcore-0.2.11 app/views/contacts/index.html.haml
sbdevcore-0.2.10 app/views/contacts/index.html.haml
sbdevcore-0.2.9 app/views/contacts/index.html.haml
sbdevcore-0.2.8 app/views/contacts/index.html.haml
sbdevcore-0.2.7 app/views/contacts/index.html.haml
sbdevcore-0.2.6 app/views/contacts/index.html.haml
sbdevcore-0.2.5 app/views/contacts/index.html.haml
sbdevcore-0.2.4 app/views/contacts/index.html.haml
sbdevcore-0.2.2 app/views/contacts/index.html.haml
sbdevcore-0.2.0 app/views/contacts/index.html.haml