summaryrefslogtreecommitdiff
path: root/app/views/projects/branches/_commit.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-03 13:32:16 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-03 13:32:16 +0100
commit3b70d5b207e7f9fbd20584d0a42d06609b61e751 (patch)
tree925234438a2a7fb0508cdfa551dcfe1068a0de39 /app/views/projects/branches/_commit.html.haml
parenta8e463c8aca571ede3691c98f7f3990d3d880d0b (diff)
parent6689224a90f3d2500be5d927ea1ed9656fc7b1b6 (diff)
downloadgitlab-ce-fork-event.tar.gz
Merge branch 'master' into fork-eventfork-event
Diffstat (limited to 'app/views/projects/branches/_commit.html.haml')
-rw-r--r--app/views/projects/branches/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/branches/_commit.html.haml b/app/views/projects/branches/_commit.html.haml
index 22d77dda938..9fe65cbb104 100644
--- a/app/views/projects/branches/_commit.html.haml
+++ b/app/views/projects/branches/_commit.html.haml
@@ -1,5 +1,5 @@
.branch-commit
- = link_to commit.short_id, namespace_project_commit_path(project.namespace, project, commit), class: "commit-id"
+ = link_to commit.short_id, namespace_project_commit_path(project.namespace, project, commit), class: "commit-id monospace"
&middot;
%span.str-truncated
= link_to_gfm commit.title, namespace_project_commit_path(project.namespace, project, commit.id), class: "commit-row-message"