将下载信息放到课程动态

This commit is contained in:
guange 2015-05-13 16:44:12 +08:00
parent bb506b2ab4
commit af107d861b
4 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,7 @@ class CoursesController < ApplicationController
helper :activities
helper :members
helper :words
helper :attachments
before_filter :auth_login1, :only => [:show, :feedback]
menu_item :overview

View File

@ -15,7 +15,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
class UsersController < ApplicationController
helper :attachments
layout :setting_layout
#Added by young

View File

@ -21,6 +21,7 @@
<br />
<%= l :label_activity_time %> <%= format_activity_day(day) %>&nbsp;<%= format_time(e.event_datetime, false) %>
</p>
<%= link_to_attachments_course(e) %>
</div>
<div class="cl"></div>
</div><!--课程动态 end-->
@ -49,4 +50,4 @@
<ul class="wlist">
<%= pagination_links_full @obj_pages, @obj_count, :per_page_links => false, :remote => false, :flag => true%>
</ul>
<div class="cl"></div>
<div class="cl"></div>

View File

@ -432,7 +432,6 @@
<td colspan="2" width="580" class="upload_img">
<p class="font_description">
<%= textAreailizable act, :description %>
<%= link_to_attachments_course e.act %>
</p>
</td>
</tr>