Sha256: c27ea412472e9149df216159a0db1a17af6173f69d9f705a81c0090dace6280b

Contents?: true

Size: 444 Bytes

Versions: 11

Compression:

Stored size: 444 Bytes

Contents

- present @project do |presenter|
  .back
    %a{:href => '/'} « Home
    .clearfix
  %article#project
    %header
      %h1.project_name= presenter.name.camelcase
      .approximate_elapsed= "(about #{presenter.approximate_elapsed})"
      .clearfix
      %h2.project_path= presenter.path
    %section#files
      - if @files.any?
        = presenter.file_tree(@files)
      - else
        No files available for the selected date range.

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
watch_tower-0.0.3 lib/watch_tower/server/views/project.haml
watch_tower-0.0.2 lib/watch_tower/server/views/project.haml
watch_tower-0.0.1 lib/watch_tower/server/views/project.haml
watch_tower-0.0.1.beta12 lib/watch_tower/server/views/project.haml
watch_tower-0.0.1.beta11 lib/watch_tower/server/views/project.haml
watch_tower-0.0.1.beta10 lib/watch_tower/server/views/project.haml
watch_tower-0.0.1.beta9 lib/watch_tower/server/views/project.haml
watch_tower-0.0.1.beta8 lib/watch_tower/server/views/project.haml
watch_tower-0.0.1.beta7 lib/watch_tower/server/views/project.haml
watch_tower-0.0.1.beta6 lib/watch_tower/server/views/project.haml
watch_tower-0.0.1.beta5 lib/watch_tower/server/views/project.haml