Sha256: aaf8319e71a873892fa6abe4c613134244ec1aeda67256104ad3e8de11d8dcb8
Contents?: true
Size: 424 Bytes
Versions: 3
Compression:
Stored size: 424 Bytes
Contents
%h1 Listing secret_spaces %table %tr %th Text %th %th %th - @secret_spaces.each do |secret_space| %tr %td= secret_space.text %td= link_to 'Show', secret_space %td= link_to 'Edit', edit_secret_space_path(secret_space) %td= link_to 'Destroy', secret_space, :method => :delete, :data => { :confirm => 'Are you sure?' } %br = link_to 'New Secret space', new_secret_space_path
Version data entries
3 entries across 3 versions & 1 rubygems