将课程通知中的附件提到列表和动态中

redis_cache
guange 10 years ago
parent eb6c3a9377
commit f31fe81c5d

@ -15,6 +15,7 @@
# 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

@ -44,6 +44,7 @@
<span class="g-arr-down"></span>
</div>
<span class="fl"><%= l(:label_create_time)%><%= format_time(news.created_on)%></span>
<%= link_to_attachments_course news %>
</div>
<div class="cl"></div>
</div><!--problem_main end-->

@ -432,6 +432,7 @@
<td colspan="2" width="580" class="upload_img">
<p class="font_description">
<%= textAreailizable act, :description %>
<%= link_to_attachments_course e.act %>
</p>
</td>
</tr>
@ -683,4 +684,4 @@
});
});
</script>
<% html_title(l(:label_activity)) -%>
<% html_title(l(:label_activity)) -%>

Loading…
Cancel
Save