BigW Consortium Gitlab

_inline_commit.html.haml 405 Bytes
Newer Older
1 2
%li.commit.inline-commit
  .commit-row-title
Vinnie Okada committed
3
    = link_to commit.short_id, namespace_project_commit_path(project.namespace, project, commit), class: "commit_short_id"
4
     
5
    %span.str-truncated
Vinnie Okada committed
6
      = link_to_gfm commit.title, namespace_project_commit_path(project.namespace, project, commit.id), class: "commit-row-message"
7 8
    .pull-right
      #{time_ago_with_tooltip(commit.committed_date)}