diff --git a/app/views/bids/show_bid_user.html.erb b/app/views/bids/show_bid_user.html.erb
index f4d7b2642..a0acdfa1a 100644
--- a/app/views/bids/show_bid_user.html.erb
+++ b/app/views/bids/show_bid_user.html.erb
@@ -1,30 +1,32 @@
-
- <% for user in @bid.watcher_users %>
-
-
-
-
- <%= image_tag(url_to_avatar(user), :class => "avatar") %> |
-
-
- <%= content_tag "div", link_to_user(user), :class => "project_avatar_name" %>
- |
-
-
-
- <% unless user.memberships.empty? %>
- <%= l(:label_x_contribute_to, :count => user.memberships.count) %>
- <% for member in user.memberships %>
- <%= link_to_project(member.project) %><%= (user.memberships.last == member) ? '' : ',' %>
- <% end %>
- <% end %>
- |
-
-
- <%= l(:label_user_joinin) %><%= format_date(user.created_on) %>
- |
-
- |
-
-
-<% end %>
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+ <%#= content_tag "div", link_to_user(user), :class => "project_avatar_name" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <%#= l(:label_user_joinin) %><%#= format_date(user.created_on) %>
+
+
+
+
+
+
+
\ No newline at end of file