Merge branch 'develop' of https://git.trustie.net/jacknudt/trustieforge into develop

This commit is contained in:
daiao 2018-02-09 17:20:13 +08:00
commit 432ca22daa
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
'/editormd/lib/flowchart.min.js','/editormd/lib/jquery.flowchart.min.js','/editormd/editormd.js' %>
<div class="data_showdetail mb20">
<div class="detail_part mt15">
<img src="<%= url_to_avatar(@statistic.creator)%>" style="border-radius: 50%" width="50" class="fl" />
<%= image_tag(url_to_avatar(@statistic.creator), :width => "50", :height => "50", :class =>"fl" ,:style =>"border-radius: 50%") %>
<div class="fl color-grey8 ml15">
<P class="color-grey3 f16 mb5"><%= @statistic.name %></P>
<p class="f14"><span class="mr20"><%= @statistic.creator.show_name %></span><span><%= format_time @statistic.created_at %></span></p>