+
+ <%= link_to '['+topic.forum.name + ']',forum_path(topic.forum),:class => 'memo_Bar_title' %><%= link_to topic.subject.truncate(30, omission: '...'), topic.event_url, :class => "gray" , :style => "font-size: 10pt !important;" %>
+
+
+
+ <%= "#{l(:label_updated_time, value: time_tag_welcome(topic_last_time topic))}".html_safe %>
+
+
+ <%=l(:label_question_sponsor)%>: <%= link_to_user(topic.author) %>
+
+
+ <%=l(:label_final_reply)%>: <%=link_to_user topic.last_reply.try(:author) %>
+
+
+ <%=l(:label_reply)%>(<%= link_to topic.try(:replies_count), topic.event_url %>)
+
+
+
+