summaryrefslogtreecommitdiff
path: root/app/views/invites/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/invites/show.html.haml')
-rw-r--r--app/views/invites/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/invites/show.html.haml b/app/views/invites/show.html.haml
index ad6213b4efd..c2bb1216c5f 100644
--- a/app/views/invites/show.html.haml
+++ b/app/views/invites/show.html.haml
@@ -12,7 +12,7 @@
- project = @member.source
project
%strong
- = link_to project.name_with_namespace, project_url(project)
+ = link_to project.full_name, project_url(project)
- when Group
- group = @member.source
group