From 418f75fd1f78048ff23e8b2ca22e967bb0269490 Mon Sep 17 00:00:00 2001
From: sw <939547590@qq.com>
Date: Fri, 12 Jun 2015 16:43:52 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=97=A0=E7=94=A8=E4=BB=A3?=
=?UTF-8?q?=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/bids/show_bid_user.html.erb | 62 ++++++++++++++-------------
1 file changed, 32 insertions(+), 30 deletions(-)
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