|
|
@ -30,6 +30,10 @@ class StoresController < ApplicationController
|
|
|
|
limit(LIMIT)
|
|
|
|
limit(LIMIT)
|
|
|
|
@attach_array = Array.new
|
|
|
|
@attach_array = Array.new
|
|
|
|
@attach_array.push(@projects_attach, @courses_attach, @homeworks_attach, @memos_attach)
|
|
|
|
@attach_array.push(@projects_attach, @courses_attach, @homeworks_attach, @memos_attach)
|
|
|
|
|
|
|
|
@str_arr = [ l(:label_project_deposit),
|
|
|
|
|
|
|
|
l(:label_course_practice),
|
|
|
|
|
|
|
|
l(:label_contest_innovate),
|
|
|
|
|
|
|
|
l(:label_forum) ]
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
private
|
|
|
|
private
|
|
|
|