2014-04-03 22:38:18 +08:00
|
|
|
|
<% reply_allow = JournalsForMessage.create_by_user? User.current %>
|
|
|
|
|
<div style="margin-left: 20px;">
|
|
|
|
|
<span class="portrait"><%= image_tag(url_to_avatar(@contest.author), :class => "avatar")%></span>
|
|
|
|
|
<span class="body">
|
|
|
|
|
<h3><%= link_to(@contest.author.lastname+@contest.author.firstname, user_path(@contest.author))%>:<%= @contest.name %></h3>
|
|
|
|
|
<p>
|
|
|
|
|
<strong><%= l(:label_bids_reward_method) %><span class="bonus"><%= @contest.budget%></span></strong>
|
|
|
|
|
</p>
|
|
|
|
|
<div class="bid_description">
|
|
|
|
|
<%= @contest.description %>
|
|
|
|
|
<!-- <%# if @contest.attachments.any?%>
|
|
|
|
|
<%# options = {:author => true} %>
|
|
|
|
|
<%#= render :partial => 'attachments/links', :locals => {:attachments => @bid.attachments, :options => options} %>
|
|
|
|
|
<%# end %> -->
|
|
|
|
|
</div>
|
|
|
|
|
<span id="praise_tread" style="float: right">
|
|
|
|
|
<%= render :partial => "/praise_tread/praise_tread",
|
2014-06-13 16:09:43 +08:00
|
|
|
|
:locals => {:obj => @contest,:show_flag => true,:user_id =>User.current.id,:horizontal => false}%>
|
2014-04-03 22:38:18 +08:00
|
|
|
|
</span>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="clear: both;"></div>
|
|
|
|
|
|
|
|
|
|
<div id="history">
|
|
|
|
|
<%= render :partial => 'history', :locals => { :contest => @contest, :journals => @jour, :state => false} %>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="pagination" style="float:left;">
|
|
|
|
|
<ul>
|
|
|
|
|
<%= pagination_links_full @feedback_pages %>
|
2014-05-08 15:27:16 +08:00
|
|
|
|
</ul>
|
2014-04-03 22:38:18 +08:00
|
|
|
|
</div>
|
|
|
|
|
|