Sha256: 4d5cb514f8106ac961fc61e827691b6e1caaefa4e1ce30d1d8f7d36d8f49d047

Contents?: true

Size: 805 Bytes

Versions: 17

Compression:

Stored size: 805 Bytes

Contents

<li class="commit" id="commit-<%= commit.id %>">
  <%= render 'commits/commit_author', commit: commit %>
  <%= render_status commit %>
  <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

17 entries across 17 versions & 1 rubygems

Version Path
shipit-engine-0.4.10 app/views/commits/_commit.html.erb
shipit-engine-0.4.9 app/views/commits/_commit.html.erb
shipit-engine-0.4.8 app/views/commits/_commit.html.erb
shipit-engine-0.4.7 app/views/commits/_commit.html.erb
shipit-engine-0.4.6 app/views/commits/_commit.html.erb
shipit-engine-0.4.5 app/views/commits/_commit.html.erb
shipit-engine-0.4.4 app/views/commits/_commit.html.erb
shipit-engine-0.4.3 app/views/commits/_commit.html.erb
shipit-engine-0.4.2 app/views/commits/_commit.html.erb
shipit-engine-0.4.1 app/views/commits/_commit.html.erb
shipit-engine-0.4.0 app/views/commits/_commit.html.erb
shipit-engine-0.3.1 app/views/commits/_commit.html.erb
shipit-engine-0.3.0 app/views/commits/_commit.html.erb
shipit-engine-0.2.3 app/views/commits/_commit.html.erb
shipit-engine-0.2.2 app/views/commits/_commit.html.erb
shipit-engine-0.2.1 app/views/commits/_commit.html.erb
shipit-engine-0.2.0 app/views/commits/_commit.html.erb