Commit 47e17103 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Change order of sha and commit message on project home page

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 66584f72
......@@ -524,7 +524,7 @@ pre.light-well {
}
.commit_short_id {
margin-left: 5px;
margin-right: 5px;
color: $gl-link-color;
font-weight: 600;
}
......
......@@ -5,8 +5,8 @@
= ci_status_icon(ci_commit)
= ci_commit.status
= link_to_gfm commit.title, namespace_project_commit_path(project.namespace, project, commit.id), class: "commit-row-message"
= link_to commit.short_id, namespace_project_commit_path(project.namespace, project, commit), class: "commit_short_id"
= link_to_gfm commit.title, namespace_project_commit_path(project.namespace, project, commit.id), class: "commit-row-message"
&middot;
#{time_ago_with_tooltip(commit.committed_date, skip_js: true)} by
= commit_author_link(commit, avatar: true, size: 24)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment