Sha256: 2f7eb6403ef7ccbb856da8d00d9d200615a2d38f092b82dda013593cc09adef6
Contents?: true
Size: 997 Bytes
Versions: 1
Compression:
Stored size: 997 Bytes
Contents
= haml :"repos/menu" , locals:{ repo: repo, active: "builds", build: nil} .title %h2#repo-name= repo.name %h4= repo.url .panel.panel-default .panel-heading Builds .panel-body %table.table %thead %tr %th Build %th Message %th Commit %th Duration %th Finished %tbody - builds.each do |build| %tr.build-row %td %a{href: "/repos/#{repo.name}/builds/#{build.id}"} %span{class: status_class(build['status']) } = build['_id'].to_s[0..7] %td = build.commit.message.split("\n")[0] %td %a{href: commit_url(repo, build.commit.sha), target: :blank} #{build.commit.sha[0..7]} - if build.branch.present? %strong = "(#{build.branch})" %td = "#{build.duration.to_i.round(2)} secs" %td %abbr.timeago{title:build.build_time}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
perkins-0.0.1 | lib/perkins/views/builds.haml |