修改项目和课程中点击上传附件的活动后直接下载的问题!

This commit is contained in:
nieguanghui 2013-12-12 17:00:14 +08:00
parent 59b2c408e7
commit 4002ec99e0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<span class="font_lighter">
<%= link_to_user(e.event_author) if e.respond_to?(:event_author) %>
<%= l(:label_new_activity) %> </span>
<%= link_to "#{eventToLanguage(e.event_type)}: "<<format_activity_title(e.event_title), e.event_url %>
<%= link_to "#{eventToLanguage(e.event_type)}: "<< format_activity_title(e.event_title), e.event_type.eql?("attachment") ? project_files_path(e.container) : e.event_url %>
</td>
</tr>
<tr>