Sha256: 1dd9e395e052d278c2a0eba379940b5bc584eb9465cce843f5752042686c834c

Contents?: true

Size: 824 Bytes

Versions: 6

Compression:

Stored size: 824 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
  %img.floating_gravatar{ gravatar_attrs(commit.author) }
  %p&= commit.message
  %p.meta<
    %span.who<
      %strong&= commit.author.name
    %span.when{ :title => commit.committed_at }<
      &= pretty_date commit.committed_at
    %br
    %span.what<
      changeset:
      - if commit.url
        %a{ :href => commit.url, :title => "View #{commit.short_identifier} changeset" }<
          &= commit.url
      - else
        %span{ :title => commit.identifier }<
          &= commit.short_identifier

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
alphasights-integrity-0.1.9.3 views/_commit_info.haml
alphasights-integrity-0.1.9.4 views/_commit_info.haml
alphasights-integrity-0.1.9.5 views/_commit_info.haml
alphasights-integrity-0.1.9.6 views/_commit_info.haml
alphasights-integrity-0.1.9.7 views/_commit_info.haml
alphasights-integrity-0.1.9.8 views/_commit_info.haml