Sha256: 505705f293f7fb636a18e548c24693b386171bcfbe878f24ef89a7f32d5bf943
Contents?: true
Size: 367 Bytes
Versions: 5
Compression:
Stored size: 367 Bytes
Contents
%h1 Index %table %tr %th Name %th Email %th %th %th - @users.each do |user| %tr %td= user.name %td= user.email %td= link_to 'Show', user %td= link_to 'Edit', edit_user_path(user) %td= link_to 'Destroy', user, :data => { :confirm => 'Are you sure?' }, :method => :delete %br = link_to 'New User', new_user_path
Version data entries
5 entries across 5 versions & 1 rubygems