summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-04-04 19:36:21 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-04-04 19:36:21 +0200
commit3e6d27ee59d5750cc6c6140cda4fa08100dbd58a (patch)
treee527f2035c6712672ea321874eff069af8d7d0c9 /app/views
parentba7fcc9866588eb215fc69f5d8b73c77805e4eef (diff)
downloadgitlab-ce-3e6d27ee59d5750cc6c6140cda4fa08100dbd58a.tar.gz
Dont use monospace font for names
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin/builds/_build.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/builds/_build.html.haml b/app/views/admin/builds/_build.html.haml
index 588ad767426..3571eefd570 100644
--- a/app/views/admin/builds/_build.html.haml
+++ b/app/views/admin/builds/_build.html.haml
@@ -15,7 +15,7 @@
%td
- if project
- = link_to project.name_with_namespace, admin_namespace_project_path(project.namespace, project), class: "monospace"
+ = link_to project.name_with_namespace, admin_namespace_project_path(project.namespace, project)
%td
= link_to build.short_sha, namespace_project_commit_path(build.project.namespace, build.project, build.sha), class: "monospace"