Sha256: a8fc76066edc0006cfdb63525f6ab0516fe9627c0e88c5499cd0b1c395f6f813

Contents?: true

Size: 544 Bytes

Versions: 67

Compression:

Stored size: 544 Bytes

Contents

<ul class="commit-summary-list">
  <% commits.each do |commit| %>
    <li class="commit-summary">
      <div data-tooltip="<%= commit.author.name %>" class="commit-summary__avatar">
        <%= github_avatar commit.author, size: 24 %>
      </div>
      <span class="commit-summary__title"><%= render_commit_message_with_link commit %></span>
      <a href="<%= github_commit_url commit %>" class="commit-summary__sha number">
        <i class="ico-<%= commit.state %>-small"></i> <%= commit.short_sha %>
      </a>
    </li>
  <% end %>
</ul>

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
shipit-engine-0.39.0 app/views/shipit/deploys/_summary.html.erb
shipit-engine-0.38.0 app/views/shipit/deploys/_summary.html.erb
shipit-engine-0.37.0 app/views/shipit/deploys/_summary.html.erb
shipit-engine-0.36.1 app/views/shipit/deploys/_summary.html.erb
shipit-engine-0.36.0 app/views/shipit/deploys/_summary.html.erb
shipit-engine-0.35.1 app/views/shipit/deploys/_summary.html.erb
shipit-engine-0.35.0 app/views/shipit/deploys/_summary.html.erb
shipit-engine-0.34.0 app/views/shipit/deploys/_summary.html.erb
shipit-engine-0.33.0 app/views/shipit/deploys/_summary.html.erb
shipit-engine-0.32.0 app/views/shipit/deploys/_summary.html.erb
shipit-engine-0.31.0 app/views/shipit/deploys/_summary.html.erb
shipit-engine-0.30.0 app/views/shipit/deploys/_summary.html.erb
shipit-engine-0.29.0 app/views/shipit/deploys/_summary.html.erb
shipit-engine-0.28.1 app/views/shipit/deploys/_summary.html.erb
shipit-engine-0.28.0 app/views/shipit/deploys/_summary.html.erb
shipit-engine-0.27.1 app/views/shipit/deploys/_summary.html.erb
shipit-engine-0.27.0 app/views/shipit/deploys/_summary.html.erb
shipit-engine-0.26.0 app/views/shipit/deploys/_summary.html.erb
shipit-engine-0.25.1 app/views/shipit/deploys/_summary.html.erb
shipit-engine-0.25.0 app/views/shipit/deploys/_summary.html.erb