Sha256: 4b5a3a46f192250db3a1d3cc6d502473e44aac874dd3542ddc80e04ec4ed54ba

Contents?: true

Size: 514 Bytes

Versions: 10

Compression:

Stored size: 514 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="#" class="commit-summary__sha number">
        <i class="ico-<%= commit.state %>-small"></i> <%= commit.short_sha %>
      </a>
    </li>
  <% end %>
</ul>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
shipit-engine-0.4.2 app/views/deploys/_summary.html.erb
shipit-engine-0.4.1 app/views/deploys/_summary.html.erb
shipit-engine-0.4.0 app/views/deploys/_summary.html.erb
shipit-engine-0.3.1 app/views/deploys/_summary.html.erb
shipit-engine-0.3.0 app/views/deploys/_summary.html.erb
shipit-engine-0.2.3 app/views/deploys/_summary.html.erb
shipit-engine-0.2.2 app/views/deploys/_summary.html.erb
shipit-engine-0.2.1 app/views/deploys/_summary.html.erb
shipit-engine-0.2.0 app/views/deploys/_summary.html.erb
shipit-engine-0.1.0 app/views/deploys/_summary.html.erb