Sha256: 3bbf59530994133f48314d7acba8a9590f6802acd3b23f07054d842883322b84

Contents?: true

Size: 754 Bytes

Versions: 8

Compression:

Stored size: 754 Bytes

Contents

<li class="commit" id="commit-<%= commit.id %>">
  <%= render 'shipit/commits/commit_author', commit: commit %>
  <%= render commit.status %>
  <div class="commit-details">
    <span class="commit-title"><%= render_commit_message_with_link commit %></span>
    <p class="commit-meta">
      <span class="sha"><%= render_commit_id_link(commit) %></span>
      <% if commit.additions? && commit.deletions? %>
        <span class="code-additions">+<%= commit.additions %></span>
        <span class="code-deletions">-<%= commit.deletions %></span>
      <% end %>
    </p>
    <p class="commit-meta">
      <%= timeago_tag(commit.committed_at, force: true) %>
    </p>
  </div>
  <div class="commit-actions">
    <%= deploy_button(commit) %>
  </div>
</li>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
shipit-engine-0.15.0 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.14.0 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.13.0 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.12.1 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.12.0 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.11.0 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.10.0 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.9.0 app/views/shipit/commits/_commit.html.erb