@ -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 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>