diff --git a/views/gamification/dashboard.html.erb b/views/gamification/dashboard.html.erb index 13b726a..29c575c 100644 --- a/views/gamification/dashboard.html.erb +++ b/views/gamification/dashboard.html.erb @@ -22,7 +22,7 @@

<%= _('Latest Score Points') %>

<% @target.score_points.order('created_at desc').limit(5).each do |point| %> -
+
<%= point.num_points %> <%= score_point_target_link point, _(score_point_category(point)) %> <%= point.created_at %> -- libgit2 0.21.2