Sha256: fbe60044559b986b4a7d5fa481b0e3a67093edb1c63a08f67ac14688e6e672cd

Contents?: true

Size: 350 Bytes

Versions: 49

Compression:

Stored size: 350 Bytes

Contents

%h2 Project Index

%table.table.table-hover
  %tr.warning
    %th 
    %th Title
    %th State
    %th Creator
    %th Assignments
  - @projects.each_with_index do |project, index|
    %tr
      %td= index + 1
      %td= link_to project.title, project_path(project)
      %td= project.state
      %td= project.creator.display_name
      %td thatduck

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
tawork-0.0.50 app/views/projects/index.html.haml
tawork-0.0.49 app/views/projects/index.html.haml
tawork-0.0.48 app/views/projects/index.html.haml
tawork-0.0.47 app/views/projects/index.html.haml
tawork-0.0.46 app/views/projects/index.html.haml
tawork-0.0.45 app/views/projects/index.html.haml
tawork-0.0.44 app/views/projects/index.html.haml
tawork-0.0.43 app/views/projects/index.html.haml
tawork-0.0.42 app/views/projects/index.html.haml
tawork-0.0.41 app/views/projects/index.html.haml
tawork-0.0.40 app/views/projects/index.html.haml
tawork-0.0.39 app/views/projects/index.html.haml
tawork-0.0.38 app/views/projects/index.html.haml
tawork-0.0.37 app/views/projects/index.html.haml
tawork-0.0.36 app/views/projects/index.html.haml
tawork-0.0.35 app/views/projects/index.html.haml
tawork-0.0.34 app/views/projects/index.html.haml
tawork-0.0.33 app/views/projects/index.html.haml
tawork-0.0.31 app/views/projects/index.html.haml
tawork-0.0.30 app/views/projects/index.html.haml