mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
Clean up admin dashboad tooltips Clean up admin dashboad tooltips Clean up admin dashboad tooltips Add helper method change to use app helper Modify tooltips to use new helper Convert remaining times Adjust one tooltip
7 lines
339 B
Plaintext
7 lines
339 B
Plaintext
%li.commit.inline-commit
|
|
.commit-row-title
|
|
= link_to commit.short_id(8), project_commit_path(project, commit), class: "commit_short_id"
|
|
|
|
= link_to_gfm truncate(commit.title, length: 40), project_commit_path(project, commit.id), class: "commit-row-message"
|
|
#{time_ago_with_tooltip(commit.committed_date)} ago
|