Sha256: 58581d3809d2cd738e2448617c25f33d7f43344eeb11bd64b4ae909c4580c9cd

Contents?: true

Size: 800 Bytes

Versions: 1

Compression:

Stored size: 800 Bytes

Contents

<li class="commit" id="commit-<%= commit.id %>">
  <%= render commit.last_statuses %>
  <div class="event">
    <span class="event-meta">
      <%= render_github_user(commit.author) %>
      merged <%= render_commit_id_link(commit) %> <%= timeago_tag(commit.committed_at, force: true) %>
      <span class="event-time">at <%= commit.committed_at %></span>
      <% if commit.additions? && commit.deletions? %>
        <span class="event-stats">
          <span class="event-additions">+<%= commit.additions %></span>
          <span class="event-deletions">-<%= commit.deletions %></span>
        </span>
      <% end %>
    </span>
    <span class="event-title">
      <%= render_commit_message_with_link commit %>
    </span>
  </div>

  <%= render 'commits/deploy_button', commit: commit %>
</li>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shipit-engine-0.0.1.pre app/views/commits/_commit.html.erb