|
|
|
@ -157,7 +157,7 @@
|
|
|
|
|
<div class="d-p-projectlist-box">
|
|
|
|
|
<div class="d-p-projectlist">
|
|
|
|
|
<% find_all_hot_contest.map do |contest| break if(contest == find_all_hot_contest[5]) %>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li style="overflow:auto;word-break:break-all;height:100%;" class='<%= cycle("odd", "even") %>'>
|
|
|
|
|
<div class="avatar-4" style="float: left; margin-top: 7px">
|
|
|
|
|
<%= image_tag('/images/contest1.png')%>
|
|
|
|
@ -173,7 +173,7 @@
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="float: left;margin:5px; margin-left: 12px; margin-bottom: 2px; width: 380px;">
|
|
|
|
|
<div style="float: left;margin:5px; margin-left: 12px; margin-bottom: 2px; width: 380px;" class="text_nowrap">
|
|
|
|
|
<span class='font_lighter' title ='<%=contest.description%>'><%=contest.description.truncate(100, omission: '...')%></span>
|
|
|
|
|
</div><br />
|
|
|
|
|
|
|
|
|
|