Skip to content
Snippets Groups Projects
Verified Commit 1eb4fc5f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Make users table for group contributions page more compact

parent 99577344
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -162,8 +162,6 @@
%td
%strong
= link_to user.name, user
.light
@#{user.username}
%td= @events.code_push.where(author_id: user).count
%td= @events.issues.created.where(author_id: user).count
%td= @events.issues.closed.where(author_id: user).count
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