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: ca0f29e2d6bfbc16e05a3a775a32b7920d72a0cf (plain)
1
2
3
4
5
6
7
8
9
- commit = CommitDecorator.decorate(commit)
%li.wll.commit
  %p
    = link_to commit.short_id(8), project_commit_path(project, :id => commit.id), :class => "commit_short_id" 
    %strong.cdark= commit.author_name
    –
    = image_tag gravatar_icon(commit.author_email), :class => "avatar", :width => 16
    = gfm truncate(commit.title, :length => 50), project_commit_path(project, :id => commit.id) rescue "--broken encoding"