<% if !user_commit_rep(changeset.author_email).nil? %> <%= image_tag(url_to_avatar(user_commit_rep(changeset.author_email)), :width => "20", :height => "20", :class => "fl portraitRadius mt2 ml4 mr5") %> <%= link_to get_user_by_mail(changeset.author_email).try(:show_name), user_path(user_commit_rep(changeset.author_email)), :target => "_blank", :class => "pullreques_pull_name fl mr5" %> 提交于
 
<% else %> <%= changeset.author_email %>提交于
 
<% end %>