-
-
+
+
@@ -66,50 +81,98 @@
企业众包社区 | -<%= l(:label_user_location) %> : | -
-
- <%= form_tag(calls_path, :method => :get) do %>
- <%= text_field_tag 'name', params[:name], :size => 20 %>
- <%= hidden_field_tag 'reward_type', params[:reward_type] %>
- <%= hidden_field_tag 'project_type', params[:project_type] %>
- <%= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
- <% end %>
-
- |
-
<%= link_to request.host()+"/calls", :controller => 'bids', :action => 'index' %> | -<%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_requirement_enterprise), :controller => 'bids', :action => 'index' %> > - <%=link_to @bid.name ,bid_path %> | -
+ 企业众包社区 + | ++ + <%= l(:label_user_location) %> : + | +
+
+ <%= form_tag(calls_path, :method => :get) do %>
+ <%= text_field_tag 'name', params[:name], :size => 20 %>
+ <%= hidden_field_tag 'reward_type', params[:reward_type] %>
+ <%= hidden_field_tag 'project_type', params[:project_type] %>
+ <%= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
+ <% end %>
+
+ |
+
+ + + + | ++ <%=link_to l(:field_homepage), home_path %> > + <%=link_to l(:label_requirement_enterprise), :controller => 'bids', :action => 'index' %> > + + <%=link_to @bid.name ,bid_path %> + + | +
<%= link_to @bid.name,bid_path %> | -
<%= link_to(l(:label_fork_homework_new), fork_path(@bid)) %> | -
<%= watcher_link(@bid, User.current) %> | -
+ <%= link_to @bid.name,bid_path %> + | +
+ <%= link_to(l(:label_fork_homework_new), fork_path(@bid)) %> + | +
+ + + <%= watcher_link(@bid, User.current) %> + + | +
<%= l(:label_investor) %><%= link_to(@user, user_path(@user))%> | ++ <%= l(:label_investor) %> + <%= link_to(@user, user_path(@user))%> + | ||||
<%= l(:label_bids_reward_method) %><%= l(:label_call_bonus) %> <%= l(:label_RMB_sign) %><%= @bid.budget%> | ++ <%= l(:label_bids_reward_method) %> + + <%= l(:label_call_bonus) %> + <%= l(:label_RMB_sign) %> + <%= @bid.budget%> + + | <% elsif @bid.reward_type == 2%> -<%= l(:label_bids_reward_method) %><%= @bid.budget%> | - <% else %> -<%= l(:label_bids_reward_method) %><%= l(:label_bids_credit) %> <%= @bid.budget%> <%= l(:label_bids_credit_number) %> | ++ <%= l(:label_bids_reward_method) %> + <%= @bid.budget%> + | + <% else %> ++ <%= l(:label_bids_reward_method) %> + <%= l(:label_bids_credit) %> + <%= @bid.budget%> + <%= l(:label_bids_credit_number) %> + | <% end %>
<%= l(:label_investment_time_limit) %><%= @bid.deadline%> | ++ <%= l(:label_investment_time_limit) %> + <%= @bid.deadline%> + | ||||
被 <%= link_to(Bid.where('parent_id = ?', @bid.id).count, show_course_path(@bid)) %>
- 个高校课程引用为作业! |
+
+ 被
+
+ <%= link_to(Bid.where('parent_id = ?', @bid.id).count, show_course_path(@bid)) %>
+
+ 个高校课程引用为作业!
+
+ |
||||
有 <%= link_to(count_bid_project, show_bid_project_path(@bid)) %>
- 个项目正在实现该需求! |
- 有 <%= link_to(count_bid_user, show_bid_user_path(@bid)) %>
- 个高校用户正在努力完成此需求! |
+
+
+ 有
+ <%= link_to(count_bid_project, show_bid_project_path(@bid)) %>
+ 个项目正在实现该需求!
+
+ |
+ |||
+
+ 有
+ <%= link_to(count_bid_user, show_bid_user_path(@bid)) %>
+ 个高校用户正在努力完成此需求!
+
+ |
+
<%= link_to l(:label_x_followers, :count => @bid.watcher_users.count)+"("+@bid.watcher_users.count.to_s+")", respond_path(@bid) %>
@@ -121,10 +184,12 @@
+
-
-
-
@@ -190,7 +253,6 @@
<%= render_menu :bid_menu %>
<% end %>
-
<%= yield %>
<%= call_hook :view_layouts_base_content %>
@@ -199,12 +261,10 @@
-
-
<%= call_hook :view_layouts_base_body_bottom %>
- <%= l(:label_tag) %>
+
+ <%= l(:label_tag) %>
+
- <%= render :partial => 'tags/tag', :locals => {:obj => @bid, :object_flag => "4"}%> @@ -144,11 +209,12 @@ |
<% if @bid.watcher_users.size>0 %>
<% for user in @bid.watcher_users%>
-
<%= link_to image_tag(url_to_avatar(user), :class => "avatar", :title => user.name ),user_path(user) %>
<% end %>
<% else %>
- <%= l(:label_project_no_follow) %> ++ <%= l(:label_project_no_follow) %> + <% end%> |