Merge branch 'master' of https://github.com/gitlabhq/gitlabhq
This commit is contained in:
		
						commit
						6d69181059
					
				| 
						 | 
					@ -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…
	
		Reference in New Issue