Sha256: beca6ca02228a571b74d38410716529132acd510ab5bda5f3e626f06f1af7b99

Contents?: true

Size: 504 Bytes

Versions: 73

Compression:

Stored size: 504 Bytes

Contents

%h1 Listing profiles

%table
  %tr
    %th First name
    %th Last name
    %th Alias
    %th About me
    %th
    %th
    %th

  - @profiles.each do |profile|
    %tr
      %td= profile.first_name
      %td= profile.last_name
      %td= profile.alias
      %td= profile.about_me
      %td= link_to 'Show', profile
      %td= link_to 'Edit', edit_profile_path(profile)
      %td= link_to 'Destroy', profile, :confirm => 'Are you sure?', :method => :delete

%br

= link_to 'New profile', new_profile_path

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
wheels-0.1.30 app/views/profiles/index.html.haml
wheels-0.1.28 app/views/profiles/index.html.haml
wheels-0.1.27 app/views/profiles/index.html.haml
wheels-0.1.25 app/views/profiles/index.html.haml
wheels-0.1.24 app/views/profiles/index.html.haml
wheels-0.1.23 app/views/profiles/index.html.haml
wheels-0.1.22 app/views/profiles/index.html.haml
wheels-0.1.21 app/views/profiles/index.html.haml
wheels-0.1.20 app/views/profiles/index.html.haml
wheels-0.1.19 app/views/profiles/index.html.haml
wheels-0.1.18 app/views/profiles/index.html.haml
wheels-0.1.17 app/views/profiles/index.html.haml
wheels-0.1.16 app/views/profiles/index.html.haml
wheels-0.1.15 app/views/profiles/index.html.haml
wheels-0.1.14 app/views/profiles/index.html.haml
wheels-0.1.13 app/views/profiles/index.html.haml
wheels-0.1.12 app/views/profiles/index.html.haml
wheels-0.1.10 app/views/profiles/index.html.haml
wheels-0.1.9 app/views/profiles/index.html.haml
wheels-0.1.8 app/views/profiles/index.html.haml