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