summaryrefslogtreecommitdiff
path: root/app/views/ci/projects/_project.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/ci/projects/_project.html.haml')
-rw-r--r--app/views/ci/projects/_project.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/projects/_project.html.haml b/app/views/ci/projects/_project.html.haml
index b3ad47ce432..e4a811119e1 100644
--- a/app/views/ci/projects/_project.html.haml
+++ b/app/views/ci/projects/_project.html.haml
@@ -2,7 +2,7 @@
%tr.alert{class: commit_status_alert_class(last_commit) }
%td
= link_to [:ci, project] do
- %strong= project.name
+ = project.name
%td
- if last_commit
#{last_commit.status} (#{commit_link(last_commit)})