This commit is contained in:
nwb 2014-07-25 14:05:40 +08:00
commit 6531bf5195
1 changed files with 3 additions and 3 deletions

View File

@ -34,12 +34,12 @@
<div class="weixin-content">微信扫码</div>
</div>
<div class="main-content-bar" id="main-content-bar">
<div style="float: left">
<div style="float: left;padding-left:15px ">
<!-- <#%= image_tag(get_project_avatar(@first_page), size: "75x75") %> -->
<% if get_avatar?(@first_page) %>
<%= image_tag(url_to_avatar(@first_page), size: "130x75") %>
<%= image_tag(url_to_avatar(@first_page), size: "107x63") %>
<% else %>
<%= image_tag '/images/transparent.png', size: "130x75" %>
<%= image_tag '/images/transparent.png', size: "107x63" %>
<% end %>
</div>