• Jack Davison's avatar
    Truncated user list in award emoji tooltips · bcdc3694
    Jack Davison authored
    * Only the first 10 names are displayed
    
    * Further users are indicated by "and X more."
    
    * String "and X more" is appended to the array THEN join is called
    
    * An oxford comma seperates the last name from "and X more"
    
    * In coffeescript "me" is now always prepended
    
    * Tests included
    bcdc3694
issues_helper_spec.rb 3.79 KB