You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pgfqe6ch8/app/views/homepages/index.html.erb

12 lines
258 B

<div class="homepageRight mt0">
<div class="homepageRightBanner">
<div class="f16 fl fontGrey3">
设置个人主页
</div>
</div>
<div class="cl"></div>
<div id="user_homepages">
<%= render :partial => 'articles' %>
</div>
</div>