Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-21 11:30:23 +0300
committerDouwe Maan <douwe@gitlab.com>2015-04-21 11:30:23 +0300
commit96c03199dddf36cbd0e2ad4089be535d73b26adc (patch)
treebd014afc7f70e9cd21465db462f68a155e30e02d /lib/gitlab/google_code_import
parent355e6868a2bc8bee42fa5e070c14d2b00ec1fe81 (diff)
Add "imported from Google Code" to imported issues.
Diffstat (limited to 'lib/gitlab/google_code_import')
-rw-r--r--lib/gitlab/google_code_import/importer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/google_code_import/importer.rb b/lib/gitlab/google_code_import/importer.rb
index b5e82563ff1..5c7ac7fc4b7 100644
--- a/lib/gitlab/google_code_import/importer.rb
+++ b/lib/gitlab/google_code_import/importer.rb
@@ -340,7 +340,7 @@ module Gitlab
def format_issue_body(author, date, content, attachments)
body = []
- body << "*By #{author} on #{date}*"
+ body << "*By #{author} on #{date} (imported from Google Code)*"
body << "---"
if content.blank?