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.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/starrers/index.html.haml b/app/views/projects/starrers/index.html.haml
index 729b0ca2eb0..7f7e0a93f14 100644
--- a/app/views/projects/starrers/index.html.haml
+++ b/app/views/projects/starrers/index.html.haml
@@ -22,4 +22,4 @@
= link_to filter_user_path(sort: value), class: ("is-active" if @sort == value) do
= title
.row.prepend-top-10
- = render partial: 'shared/users/usercell', collection: @starrers, as: :user
+ = render partial: 'starrer', collection: @starrers, as: :user