Add "imported from Google Code" to imported issues.
This commit is contained in:
parent
355e6868a2
commit
96c03199dd
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue