Skip to content
Snippets Groups Projects
Commit 6d691810 authored by Stan Hu's avatar Stan Hu
Browse files

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

parents 9ee96d45 4957415e
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -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'])
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment