<%activities = find_all_activities%>
<% activities.each do |event| %>
-
<%= image_tag url_to_avatar(event.event_author), :class => "avatar-3" %>
-
<%= link_to event.event_author, (user_path(event.event_author) if event.event_author),
:style => "color:green;", :target => "_blank" %>
<%= show_user_content event %>
-
-
- <%= l(:field_updated_on) %>
- <%= time_tag_welcome event.event_datetime %>前
-
-
-
- <%= show_event_reply event %>
-
-
+
+
+ <%= l(:field_updated_on) %>
+ <%= time_tag_welcome event.event_datetime %>前
+
+
+
+ <%= show_event_reply event %>
+
+
<% end %>
@@ -148,14 +156,18 @@
- <%= l(:lable_bar_active)%>
+
+ <%= l(:lable_bar_active)%>
+
<%= link_to l(:label_my_question) , newbie_send_path, {:class => 'orangeButton idea_btn', :style => "color: #EEEEEE" }%>
<%= link_to l(:label_my_feedback) , suggestion_send_path, {:class => 'orangeButton idea_btn', :style => "color: #EEEEEE" }%>
- <%= link_to l(:label_more), forums_path %>
+
+ <%= link_to l(:label_more), forums_path %>
+
- <% topics = find_new_forum_topics(7) %>
+ <% topics = find_new_forum_topics(6) %>
<% topics.includes(:forum, :last_reply, :author).each do |topic|%>