Commit 6d691810 authored by Stan Hu's avatar Stan Hu

Merge branch 'master' of https://github.com/gitlabhq/gitlabhq

parents 9ee96d45 4957415e
......@@ -154,7 +154,7 @@ module Gitlab
while comment = comments.shift
verb = comment['sVerb']
next if verb == 'Opened' || verb === 'Closed'
next if verb == 'Opened'
content = format_content(comment['s'])
attachments = format_attachments(comment['rgAttachments'])
......
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