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
Loading
@@ -154,7 +154,7 @@ module Gitlab
Loading
@@ -154,7 +154,7 @@ module Gitlab
while comment = comments.shift while comment = comments.shift
verb = comment['sVerb'] verb = comment['sVerb']
   
next if verb == 'Opened' || verb === 'Closed' next if verb == 'Opened'
   
content = format_content(comment['s']) content = format_content(comment['s'])
attachments = format_attachments(comment['rgAttachments']) attachments = format_attachments(comment['rgAttachments'])
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment