2014-09-02 18:07:02 +05:30
|
|
|
%li.commit.inline-commit
|
|
|
|
.commit-row-title
|
2017-09-10 17:25:29 +05:30
|
|
|
= link_to commit.short_id, project_commit_path(project, commit), class: "commit-sha"
|
2014-09-02 18:07:02 +05:30
|
|
|
|
|
|
|
%span.str-truncated
|
2018-03-17 18:26:18 +05:30
|
|
|
= link_to_markdown_field(commit, :title, project_commit_path(project, commit.id), class: "commit-row-message")
|
2018-11-08 19:23:39 +05:30
|
|
|
.float-right
|
2014-09-02 18:07:02 +05:30
|
|
|
#{time_ago_with_tooltip(commit.committed_date)}
|