summaryrefslogtreecommitdiff
path: root/app/views/milestones
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-16 16:02:41 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-16 16:02:41 +0300
commitd7d8edf3cadb9a70db2f354324c18b306d89e91d (patch)
tree5d5bca551c2787500ce67ebf45a2c1aebb7e8644 /app/views/milestones
parent68a317808f90c0e5685dfd91abf5604f5012ab01 (diff)
downloadgitlab-ce-d7d8edf3cadb9a70db2f354324c18b306d89e91d.tar.gz
Fix duplicating participants in milestone
Diffstat (limited to 'app/views/milestones')
-rw-r--r--app/views/milestones/show.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/milestones/show.html.haml b/app/views/milestones/show.html.haml
index 30539af48d8..1b95bb43433 100644
--- a/app/views/milestones/show.html.haml
+++ b/app/views/milestones/show.html.haml
@@ -87,7 +87,6 @@
%h6 Participants:
%div
- @users.each do |user|
- = link_to user do
- = link_to_member(@project, user)
+ = link_to_member(@project, user)
.clearfix