Sha256: 0f9baa8cab13791b78b79702c72e1a8db78a1c666882d7f3a51b4f6585d674bc
Contents?: true
Size: 390 Bytes
Versions: 12
Compression:
Stored size: 390 Bytes
Contents
%h2 Listing roles %table{:class=>'mytable'} %tr %th Name %th Descripcion - @roles.each do |role| %tr %td = link_to role.name, role %td = role.desc %td = link_to 'Edit', edit_role_path(role) %td = link_to 'Destroy', role, :confirm => 'Are you sure?', :method => :delete %br = link_to 'New role', new_role_path
Version data entries
12 entries across 8 versions & 1 rubygems