Sha256: 877cd0d3384b949edb4711c564a6b4250366f166dcdd0acf1fee430405847e10

Contents?: true

Size: 565 Bytes

Versions: 3

Compression:

Stored size: 565 Bytes

Contents

<% content_tag_for :li, commit do %>
  <pre><%= link_to commit.short_message, project_commit_path(@project, commit.id) %></pre>
<%=   gravatar_img_for(commit) %>

    <strong><%= commit.author.name  %></strong> (author)<br/>
    <em><%= commit.committed_date.to_s(:short) %></em>    
  </p>
  <dl>
    <dt>sha1</dt>
    <dd><pre><%= commit.id %></pre></dd>
    
    <% commit.parents.each do |parent| %>
    <dt>parent</dt>
    <dd><pre><%= parent.id %></pre></dd>
    <% end %>
    
    <dt>tree</dt>
    <dd><pre><%= commit.tree.id %></pre></dd>
  </dl>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ginst-2009.12.8 app/views/grit/commits/_commit.html.erb
ginst-2009.11.24 app/views/grit/commits/_commit.html.erb
ginst-2009.11.23 app/views/grit/commits/_commit.html.erb