diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb
index d40923610..586817c40 100644
--- a/app/views/welcome/index.html.erb
+++ b/app/views/welcome/index.html.erb
@@ -60,16 +60,10 @@
<%= link_to "更多>>", { :controller => 'projects', :action => 'index', :project_type => 0, :host => Setting.project_domain}, :target => "_blank" %>
-<<<<<<< HEAD
-=======
->>>>>>> remotes/origin/szzh
<% end; reset_cycle %>
@@ -131,10 +122,7 @@
<%activities = find_all_activities%>
<% activities.each do |event| %>
-<<<<<<< HEAD
-=======
->>>>>>> remotes/origin/szzh
<%= image_tag url_to_avatar(event.event_author), :class => "avatar-3" %>
@@ -145,10 +133,7 @@
<%= l(:field_updated_on) %><%= time_tag_welcome event.event_datetime %>前 <%= show_event_reply event %>
-<<<<<<< HEAD
-=======
->>>>>>> remotes/origin/szzh
<% end %>
@@ -156,6 +141,7 @@
+
贴吧动态
@@ -163,9 +149,11 @@
<%= link_to "我要反馈" , suggestion_send_path, {:class => 'orangeButton idea_btn', :style => "color: #EEEEEE" }%>
<%= link_to "更多>>", forums_path %>
+
<% topics = find_new_forum_topics(7) %>
<% topics.includes(:forum, :last_reply, :author).each do |topic|%>
+
-
<%= link_to '['+topic.forum.name + ']',forum_path(topic.forum),:class => 'memo_Bar_title' %><%= link_to topic.subject.truncate(30, omission: '...'), topic.event_url,title: topic.subject %>
@@ -185,6 +173,7 @@
+
<% end %>