|
|
|
@ -133,7 +133,8 @@
|
|
|
|
|
<ul class="contribute-list">
|
|
|
|
|
<li class="fl fontGrey2 contribute-list-avatar"> </li>
|
|
|
|
|
<li class="fl fontGrey2 contribute-list-code">代码行数</li>
|
|
|
|
|
<li class="fl fontGrey2 contribute-list-problem">引入质量问题数</li>
|
|
|
|
|
<li class="fl fontGrey2 contribute-list-problem">引入质量问题总数</li>
|
|
|
|
|
<li class="fl fontGrey2 contribute-list-problem">未解决质量问题数</li>
|
|
|
|
|
<li class="fl fontGrey2 contribute-list-rate">引入质量问题数/代码行数</li>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</ul>
|
|
|
|
@ -144,12 +145,13 @@
|
|
|
|
|
<ul class="contribute-list">
|
|
|
|
|
<li class="fl fontGrey2 contribute-list-avatar contribute-list-height">
|
|
|
|
|
<div class="mt8">
|
|
|
|
|
<%=link_to image_tag(url_to_avatar(user), :width => "50", :height => "30"), user_path(user), :class => "image-cir", :target => '_blank' %>
|
|
|
|
|
<%=link_to image_tag(url_to_avatar(user), :width => "50", :height => "50", :class => "image-cir"), user_path(user), :target => '_blank' %>
|
|
|
|
|
<p class="fontGrey2 hidden"><%=link_to (user.id == 2 ? author_info[:email] : user.show_name), user_path(user) %></p>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="fl fontGrey2 contribute-list-code contribute-list-height contribute-list-line-height"><%= author_info[:changes] %></li>
|
|
|
|
|
<li class="fl fontGrey2 contribute-list-problem contribute-list-height contribute-list-line-height"><%= author_info[:issue_count] %></li>
|
|
|
|
|
<li class="fl fontGrey2 contribute-list-problem contribute-list-height contribute-list-line-height"><%= author_info[:all_issue_count] %></li>
|
|
|
|
|
<li class="fl fontGrey2 contribute-list-problem contribute-list-height contribute-list-line-height"><%= author_info[:unresolved_issue_count] %></li>
|
|
|
|
|
<li class="fl contribute-list-rate fontBlue2 contribute-list-height contribute-list-line-height"><%= author_info[:ratio] %></li>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</ul>
|
|
|
|
|