Skip to content
Snippets Groups Projects
Commit 29506d9b authored by Douwe Maan's avatar Douwe Maan
Browse files

Use monospace font for commit sha.

parent 9a4fc367
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -19,7 +19,7 @@
 
%p
%span.light Commit
= link_to @commit.id, namespace_project_commit_path(@project.namespace, @project, @commit)
= link_to @commit.id, namespace_project_commit_path(@project.namespace, @project, @commit), class: "monospace"
.commit-info-row
%span.light Authored by
%strong
Loading
Loading
@@ -36,7 +36,7 @@
.commit-info-row
%span.cgray= pluralize(@commit.parents.count, "parent")
- @commit.parents.each do |parent|
= link_to parent.short_id, namespace_project_commit_path(@project.namespace, @project, parent)
= link_to parent.short_id, namespace_project_commit_path(@project.namespace, @project, parent), class: "monospace"
 
- if @ci_commit
.pull-right
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment