summaryrefslogtreecommitdiff
path: root/app/views/projects/starrers/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/starrers/index.html.haml')
-rw-r--r--app/views/projects/starrers/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/starrers/index.html.haml b/app/views/projects/starrers/index.html.haml
index 1b7dfcf7a29..729b0ca2eb0 100644
--- a/app/views/projects/starrers/index.html.haml
+++ b/app/views/projects/starrers/index.html.haml
@@ -21,5 +21,5 @@
%li
= link_to filter_user_path(sort: value), class: ("is-active" if @sort == value) do
= title
-%ul.content-list.users-list.qa-users-list
- = render partial: 'shared/users/user', collection: @starrers, as: :user
+.row.prepend-top-10
+ = render partial: 'shared/users/usercell', collection: @starrers, as: :user