Sha256: d9deee1e4565c7f47acedf692ff0b42e3898a0e7e10b695986bf503b3866980d

Contents?: true

Size: 805 Bytes

Versions: 3

Compression:

Stored size: 805 Bytes

Contents

<li class="commit" id="commit-<%= commit.id %>">
  <%= render '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

3 entries across 3 versions & 1 rubygems

Version Path
shipit-engine-0.5.2 app/views/commits/_commit.html.erb
shipit-engine-0.5.1 app/views/commits/_commit.html.erb
shipit-engine-0.5.0 app/views/commits/_commit.html.erb