• Sean McGivern's avatar
    Remove issue and MR counts from labels index · bf93a9f5
    Sean McGivern authored
    We were performing two (quite slow, because of the need to do access
    checks) queries for each label on the page: one to get the count of
    issues with that label, and one to get the count of merge requests with
    that label.
    
    Until we have a performant way of doing this, remove the counts.
    bf93a9f5
_label.html.haml 5.27 KB