diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-08 13:21:40 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-08 13:21:40 +0100 |
commit | fc7b14a534ed63af787b63b22fee9cd267cae5b0 (patch) | |
tree | f7dd1aba5afa2c6e063081781ab8762b33c1ea30 /app | |
parent | 1d48b180bc43acd078b2c7a172c338a66d5f2b4f (diff) | |
download | gitlab-ce-fc7b14a534ed63af787b63b22fee9cd267cae5b0.tar.gz |
Remove reference to EE from JIRA service model
Diffstat (limited to 'app')
-rw-r--r-- | app/models/project_services/jira_service.rb | 5 |
1 files changed, 0 insertions, 5 deletions
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 |