Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_commit.html.haml « events « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60112b508a8874e7944a0b505f5bdb99b73a4f9b (plain)
1
2
3
4
5
6
7
8
9
%li.wll.commit
  = link_to project_commit_path(project, :id => commit.id) do
    %p
      %code.left= commit.id.to_s[0..10]
      %strong.cgray= commit.author_name
      –
      = image_tag gravatar_icon(commit.author_email), :class => "avatar", :width => 16
      %span.row_title= truncate(commit.safe_message, :length => 50) rescue "--broken encoding"