Commit 96c03199 authored by Douwe Maan's avatar Douwe Maan

Add "imported from Google Code" to imported issues.

parent 355e6868
......@@ -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?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment