Sha256: 610ae70277cd52917b1b08170715e9c337f7f35b454f3d88f7cd5fb363216819

Contents?: true

Size: 561 Bytes

Versions: 8

Compression:

Stored size: 561 Bytes

Contents

%h1&= commit.human_readable_status

- if commit.failed?
  %form{ :action => commit_path(commit, :builds), :method => :post }
    %p.submit
      %button{ :type => :submit, :title => "Rebuild this commit" }<
        Rebuild

%blockquote
  %p&= commit.message
  %p.meta<
    %span.who<
      &== by: #{commit.author.name}
    |
    %span.when{ :title => commit.committed_at }<
      &= pretty_date commit.committed_at
    |
    %span.what<
      &== commit: #{commit.identifier}

%h2 Build Output:
%pre.output
  :preserve
    #{bash_color_codes h(commit.output)}

Version data entries

8 entries across 8 versions & 4 rubygems

Version Path
foca-integrity-0.1.9.3 views/_commit_info.haml
gforces-integrity-0.1.9.3 views/_commit_info.haml
gforces-integrity-0.1.9.4 views/_commit_info.haml
integrity-integrity-0.1.10 views/_commit_info.haml
integrity-integrity-0.1.9.3 views/_commit_info.haml
integrity-0.1.11 views/_commit_info.haml
integrity-0.1.10 views/_commit_info.haml
integrity-0.1.9.3 views/_commit_info.haml