Sha256: 09419f109e4683b221e2f99a9bf11cc654f449ed19873c7988511abd91546ec7

Contents?: true

Size: 799 Bytes

Versions: 1

Compression:

Stored size: 799 Bytes

Contents

<ul class="commit-lst sub-commits">
  <% commits.each do |commit| %>
    <li>
      <div data-tooltip="<%= commit.author.name %>" class="avatar">
        <%= github_avatar commit.author, size: 24 %>
      </div>
      <div class="event">
        <span class="event-title">
          <%= render_commit_message_with_link commit %>
        </span>
      </div>
      <a href="<%= github_commit_url(commit) %>" target="_blank" class="accessory subdued number" data-tooltip="View on GitHub">
        <span class="event-stats">
          <span class="event-additions">+<%= commit.additions %></span>
          <span class="event-deletions">-<%= commit.deletions %></span>
        </span>
        <i class="ico-<%= commit.state %>-small"></i> <%= commit.short_sha %>
      </a>
    </li>
  <% end %>
</ul>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shipit-engine-0.0.1.pre app/views/deploys/_summary.html.erb