Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
This commit is contained in:
commit
3b5d8f76a4
|
@ -38,12 +38,13 @@ class TrackersController < ApplicationController
|
||||||
@tracker ||= Tracker.new(params[:tracker])
|
@tracker ||= Tracker.new(params[:tracker])
|
||||||
@trackers = Tracker.sorted.all
|
@trackers = Tracker.sorted.all
|
||||||
@projects = Project.where("project_type = #{Project::ProjectType_project}").all
|
@projects = Project.where("project_type = #{Project::ProjectType_project}").all
|
||||||
@courses = Course.all
|
# 去掉原因,这块代码已经没有用到
|
||||||
@course_activity_count=Hash.new
|
# @courses = Course.all
|
||||||
@courses.each do |course|
|
# @course_activity_count=Hash.new
|
||||||
@course_activity_count[course.id]=0
|
# @courses.each do |course|
|
||||||
end
|
# @course_activity_count[course.id]=0
|
||||||
@course_activity_count=get_course_activity @courses,@course_activity_count
|
# end
|
||||||
|
# @course_activity_count=get_course_activity @courses,@course_activity_count
|
||||||
end
|
end
|
||||||
|
|
||||||
def create
|
def create
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<!-- <#%= link_to (file.is_public? ? "公开":"私有"),"javascript:void(0)",:class=>"f_l re_open" %> -->
|
<!-- <#%= link_to (file.is_public? ? "公开":"私有"),"javascript:void(0)",:class=>"f_l re_open" %> -->
|
||||||
<% end %>
|
<% end %>
|
||||||
<% else %>
|
<% else %>
|
||||||
<%= link_to(l(:label_slected_to_project),quote_resource_show_project_project_file_path(frrrffcccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc443333333333333333333),:class => "f_l re_select",:remote => true) if has_project?(User.current,file) %>
|
<%= link_to(l(:label_slected_to_project),quote_resource_show_project_project_file_path(project,file),:class => "f_l re_select",:remote => true) if has_project?(User.current,file) %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% else %>
|
<% else %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
@ -76,7 +76,7 @@ a.problem_name{ color:#ff5722; }
|
||||||
a:hover.problem_name{ color:#d33503;}
|
a:hover.problem_name{ color:#d33503;}
|
||||||
a.problem_tit{ color:#0781b4; max-width:430px; font-weight:bold; display:block; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
|
a.problem_tit{ color:#0781b4; max-width:430px; font-weight:bold; display:block; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
|
||||||
a.problem_tit02{ color:#0781b4; font-weight:bold;max-width:400px;}
|
a.problem_tit02{ color:#0781b4; font-weight:bold;max-width:400px;}
|
||||||
.problem_tit_div{ color:#0781b4; font-weight:bold;width:400px; }
|
.problem_tit_div{ color:#0781b4; font-weight:bold;max-width:400px; }
|
||||||
a.problem_tit_a{ color:#0781b4; }
|
a.problem_tit_a{ color:#0781b4; }
|
||||||
.problem_tit_a:hover{ color:#09658c; }
|
.problem_tit_a:hover{ color:#09658c; }
|
||||||
a:hover.problem_tit,a:hover.problem_tit02{ color:#09658c; }
|
a:hover.problem_tit,a:hover.problem_tit02{ color:#09658c; }
|
||||||
|
|
Loading…
Reference in New Issue