|
|
|
@ -14,7 +14,8 @@
|
|
|
|
|
<%= link_to_user_header("(#{e.event_author})", @canShowRealName,:class => 'problem_name c_orange fl') if @canShowRealName && e.respond_to?(:event_author) %>
|
|
|
|
|
<span class="fl"> </span>
|
|
|
|
|
<span class="fl"> <%= l(:label_new_activity) %>:</span>
|
|
|
|
|
<%= link_to "#{eventToLanguageCourse(e.event_type, @course)} "<< format_activity_title(e.event_title), (e.event_type.eql?("attachment")&&e.container.kind_of?(Course)) ? course_files_path(e.container) : e.event_url,:class => "problem_tit c_dblue fl fb"%>
|
|
|
|
|
<%= link_to "#{eventToLanguageCourse(e.event_type, @course)} "<< format_activity_title(e.event_title), (e.event_type.eql?("attachment")&&e.container.kind_of?(Course)) ? course_files_path(e.container) :
|
|
|
|
|
(e.event_type.eql?("bid") ? homework_course_path(@course) : e.event_url),:class => "problem_tit c_dblue fl fb"%>
|
|
|
|
|
<br />
|
|
|
|
|
<p class="mt5 break_word"><%= e.event_description.html_safe %>
|
|
|
|
|
<br />
|
|
|
|
|