summaryrefslogtreecommitdiff
path: root/app/views/shared/milestones/_issuable.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/milestones/_issuable.html.haml')
-rw-r--r--app/views/shared/milestones/_issuable.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/milestones/_issuable.html.haml b/app/views/shared/milestones/_issuable.html.haml
index 129f6ab604e..eba64daaadc 100644
--- a/app/views/shared/milestones/_issuable.html.haml
+++ b/app/views/shared/milestones/_issuable.html.haml
@@ -12,7 +12,7 @@
- if show_project_name
%strong #{project.name} ·
- elsif show_full_project_name
- %strong #{project.name_with_namespace} ·
+ %strong #{project.full_name} ·
- if issuable.is_a?(Issue)
= confidential_icon(issuable)
= link_to issuable.title, issuable_url_args, title: issuable.title