Add "imported from Google Code" to imported issues.

This commit is contained in:
Douwe Maan 2015-04-21 10:30:23 +02:00
parent 355e6868a2
commit 96c03199dd
1 changed files with 1 additions and 1 deletions

View File

@ -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?