bug
This commit is contained in:
parent
c4d1b884e8
commit
e4162bbff9
|
@ -123,9 +123,13 @@
|
|||
<ul class="welcome-message-list" style="width: 90%;">
|
||||
<h3 style="">论坛热帖</h3>
|
||||
<div class="welcome-box-list">
|
||||
<%= find_hot_forum_topics.each do |topic|%>
|
||||
<% find_hot_forum_topics.each do |topic|%>
|
||||
<li class="message-brief-intro">
|
||||
<span style="color:gray"><%= topic.subject %></span> <span style="margin-left: 10px; color: green"><%= link_to topic.author, user_path(topic.author) %></span><span style="margin-left:10px; color:blue"><%= time_tag topic.created_at %></span>
|
||||
<span style="color:gray"><%= topic.subject %></span>
|
||||
<span style="margin-left: 10px; color: green">
|
||||
<%= link_to topic.author, user_path(topic.author) %>
|
||||
</span>
|
||||
<span style="margin-left:10px; color:blue"><%= time_tag topic.created_at %></span>
|
||||
</li>
|
||||
<% end %>
|
||||
<li class="message-brief-intro">
|
||||
|
|
Loading…
Reference in New Issue