Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
This commit is contained in:
commit
6531bf5195
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue