From fc7b14a534ed63af787b63b22fee9cd267cae5b0 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Fri, 8 Jan 2016 13:21:40 +0100 Subject: Remove reference to EE from JIRA service model --- app/models/project_services/jira_service.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app/models/project_services') diff --git a/app/models/project_services/jira_service.rb b/app/models/project_services/jira_service.rb index a1b77c61576..9f9b44f099b 100644 --- a/app/models/project_services/jira_service.rb +++ b/app/models/project_services/jira_service.rb @@ -44,11 +44,6 @@ class JiraService < IssueTrackerService 'allow a user to easily navigate to the Jira issue tracker. See the '\ '[integration doc](http://doc.gitlab.com/ce/integration/external-issue-tracker.html) '\ 'for details.' - - line2 = 'Support for referencing commits and automatic closing of Jira issues directly '\ - 'from GitLab is [available in GitLab EE.](http://doc.gitlab.com/ee/integration/jira.html)' - - [line1, line2].join("\n\n") end def title -- cgit v1.2.1