8 lines
356 B
Text
8 lines
356 B
Text
%li.commit.inline-commit
|
|
.commit-row-title
|
|
= link_to commit.short_id, project_commit_path(project, commit), class: "commit-sha"
|
|
|
|
%span.str-truncated
|
|
= link_to_markdown_field(commit, :title, project_commit_path(project, commit.id), class: "commit-row-message")
|
|
.pull-right
|
|
#{time_ago_with_tooltip(commit.committed_date)}
|