|
|
@ -49,7 +49,7 @@
|
|
|
|
<div class="cl"></div>
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="recordBanner mt10" style="width:730px;">
|
|
|
|
<div class="recordBanner mt10" style="width:730px;">
|
|
|
|
<% if @changesets && !@changesets.empty? %>
|
|
|
|
<% if @changesets_latest_coimmit %>
|
|
|
|
<% if !user_commit_rep(@changesets_latest_coimmit.author_email).nil? %>
|
|
|
|
<% if !user_commit_rep(@changesets_latest_coimmit.author_email).nil? %>
|
|
|
|
<%= image_tag(url_to_avatar(user_commit_rep(@changesets_latest_coimmit.author_email)), :width => "25", :height => "25", :class => "fl portraitRadius mt2 ml4 mr5") %>
|
|
|
|
<%= image_tag(url_to_avatar(user_commit_rep(@changesets_latest_coimmit.author_email)), :width => "25", :height => "25", :class => "fl portraitRadius mt2 ml4 mr5") %>
|
|
|
|
<span class="fl"><div class="fb fontGrey3 mr5 fl hidden maxwidth150"><%=link_to user_commit_rep(@changesets_latest_coimmit.author_email), user_path(user_commit_rep(@changesets_latest_coimmit.author_email)) %></div>
|
|
|
|
<span class="fl"><div class="fb fontGrey3 mr5 fl hidden maxwidth150"><%=link_to user_commit_rep(@changesets_latest_coimmit.author_email), user_path(user_commit_rep(@changesets_latest_coimmit.author_email)) %></div>
|
|
|
|