Sha256: 167b41b4c6f8f9875fafa0a0af74dc53061673d615dfe9082ba7b1dcbf3b3a6b

Contents?: true

Size: 395 Bytes

Versions: 3

Compression:

Stored size: 395 Bytes

Contents

%h1= @title
%table.table.table-striped
  %tr
    %th Id
    %th Name
    %th
    %th
    %th
  - @adspaces.each do |adspace|
    %tr
      %td= adspace.id
      %td= adspace.name
      %td= link_to 'Show', adspace
      %td= link_to 'Edit', edit_adspace_path(adspace)
      %td= link_to 'Destroy', adspace, confirm: 'Are you sure?', method: :delete
%br/
= link_to 'New Adspace', new_adspace_path

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails_adserver-1.0.2 app/views/rails_adserver/adspaces/index.html.haml
rails_adserver-1.0.1 app/views/rails_adserver/adspaces/index.html.haml
rails_adserver-1.0.0 app/views/rails_adserver/adspaces/index.html.haml