<!-- <h3>测试结果</h3> --> <div class="project_r_h"> <h2 class="project_h2">DTS测试</h2> </div> <p id="stcloud" style="padding-bottom: 5px"> <a href="http://www.trustie.net/webdts/" style="float:right" target="_blank"><strong>进入测试平台</strong></a> </p> <% @shares.each do |share| %> <div class="issue-note"> <table width="660px" border="0" align="center" style="font-size: 14px;"> <tr> <td colspan="2" valign="top" width="50" ><%= image_tag(url_to_avatar(share.user), :class => "avatar")%></td> <td> <table width="580px" border="0"> <tr> <td colspan="2" valign="top"> <strong> <%= h(share.project) if @project.nil? || @project.id != share.project.id %></strong> <span class="font_lighter"> <%= link_to_user(share.user) %> <%= l(:label_new_activity) %> </span> <%= share.title%> <br/> <br/> <%= share.description %><%= link_to "查看详情", share.url, {:target=>"_blank"} %> </td> </tr> <tr> <td colspan="2" width="580px" > <p class="font_description"> <!-- modify by nyan --> </p></td> </tr> <tr> <td align="left"><a class="font_lighter"> <%= h(share.created_on)%></a></td> </tr> </table> </td> </tr> </table> </div> <% end %>