Sha256: 4cf0f8caa4b227ba72a8f68b6d90c3f06284d8fe61bc1db52dee61999fa92b77

Contents?: true

Size: 812 Bytes

Versions: 16

Compression:

Stored size: 812 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>
      <%= timeago_tag(commit.committed_at, force: true) %>
      <span class="utc-timecode">at <%= commit.committed_at.strftime('%H:%M:%S') %> UTC</span>
      <% if commit.additions? && commit.deletions? %>
        <span class="code-additions">+<%= commit.additions %></span>
        <span class="code-deletions">-<%= commit.deletions %></span>
      <% end %>
    </p>
  </div>
  <div class="commit-actions">
    <%= deploy_button(commit) %>
  </div>
</li>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
shipit-engine-0.8.9 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.8.8 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.8.7 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.8.6 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.8.5 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.8.4 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.8.3 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.8.2 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.8.1 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.8.0 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.7.0 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.6.4 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.6.3 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.6.2 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.6.1 app/views/shipit/commits/_commit.html.erb
shipit-engine-0.6.0 app/views/shipit/commits/_commit.html.erb