diff options
author | Luke Bennett <lukeeeebennettplus@gmail.com> | 2016-08-28 00:09:21 +0100 |
---|---|---|
committer | Luke Bennett <lukeeeebennettplus@gmail.com> | 2016-09-01 14:35:34 +0100 |
commit | 0e2dd06f259a42e360cb73a9f17de46cc0ab31fd (patch) | |
tree | f687bf35dbb0d23b644e62738b8422750934bc1d /app/helpers | |
parent | beff8b9bd077fea4bbcb09881396b57ba07f568e (diff) | |
download | gitlab-ce-0e2dd06f259a42e360cb73a9f17de46cc0ab31fd.tar.gz |
Completed project filter dropdown, still need to move it from inline to ProjectSelect.js (or different)
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/issuables_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/issuables_helper.rb b/app/helpers/issuables_helper.rb index dcf2ef6bb0a..5c04bba323f 100644 --- a/app/helpers/issuables_helper.rb +++ b/app/helpers/issuables_helper.rb @@ -56,7 +56,7 @@ module IssuablesHelper project = Project.find_by(id: project_id) if project - project.name_with_namespace || project.name + project.name_with_namespace else default_label end |