Sha256: 6e1387e1ed96d10bca0e93b8b3c172e21627b3fb0773b469f320773f2e80d8da

Contents?: true

Size: 703 Bytes

Versions: 17

Compression:

Stored size: 703 Bytes

Contents

h1 Listing Projects
table.with-selection
  thead
    tr
      th Name
      th Finished?
      th colspan=3
  tbody
    - @projects.each do |project|
      tr data-record=project.attributes.to_json
        td= project.name
        td.finished= project.finished ? 'yes' : 'no'
        td= link_to 'Show', project
        td= link_to 'Edit', edit_project_path(project)
        td= link_to 'Destroy', project, method: :delete, data: {confirm: 'Are you sure?' }
br
.page-actions
  button.actions-button.button.warning onclick="window.location = Routes.collection_edit_projects_path({ids: MultiSelect.selected_ids()})" Actions
  span.devider
  = link_to 'New Project', new_project_path, class: 'info button'

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
record_collection-0.10.4 spec/dummy/app/views/projects/index.html.slim
record_collection-0.10.3 spec/dummy/app/views/projects/index.html.slim
record_collection-0.10.2 spec/dummy/app/views/projects/index.html.slim
record_collection-0.10.1 spec/dummy/app/views/projects/index.html.slim
record_collection-0.10.0 spec/dummy/app/views/projects/index.html.slim
record_collection-0.9.2 spec/dummy/app/views/projects/index.html.slim
record_collection-0.9.1 spec/dummy/app/views/projects/index.html.slim
record_collection-0.9.0 spec/dummy/app/views/projects/index.html.slim
record_collection-0.8.3 spec/dummy/app/views/projects/index.html.slim
record_collection-0.8.2 spec/dummy/app/views/projects/index.html.slim
record_collection-0.8.1 spec/dummy/app/views/projects/index.html.slim
record_collection-0.7.5 spec/dummy/app/views/projects/index.html.slim
record_collection-0.7.4 spec/dummy/app/views/projects/index.html.slim
record_collection-0.7.3 spec/dummy/app/views/projects/index.html.slim
record_collection-0.7.2 spec/dummy/app/views/projects/index.html.slim
record_collection-0.7.1 spec/dummy/app/views/projects/index.html.slim
record_collection-0.7.0 spec/dummy/app/views/projects/index.html.slim