Sha256: 383e983157e477163f1ce384990a31950ff38720547df69f816e0cd76849e2f0

Contents?: true

Size: 410 Bytes

Versions: 1

Compression:

Stored size: 410 Bytes

Contents

%li.commit{:class => commit.status }
  %img{ :src => "http://www.gravatar.com/avatar/#{Digest::MD5.hexdigest(commit.author.email)}.jpg?s=42", :widht => 42, :height => 42}
  .sha1
    %a{ :href => "/projects/#{@project.name.slug}/commits/#{commit.id_abbrev}"}= commit.id_abbrev
  .message= commit.short_message
  .author
    %a{ :href => "mailto:#{commit.author.email}"}= commit.author.name
  .time= commit.date

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ginst-0.2.2 lib/app/views/_commit.haml