diff --git a/app/views/student_work/_evaluation_work.html.erb b/app/views/student_work/_evaluation_work.html.erb index caf2c49b5..2b8369b24 100644 --- a/app/views/student_work/_evaluation_work.html.erb +++ b/app/views/student_work/_evaluation_work.html.erb @@ -4,9 +4,9 @@
  • <% if is_my_work%> <% student_id = student_work.user.user_extensions.nil? ? "--" : student_work.user.user_extensions.student_id%> - <%= link_to student_id,user_path(student_work.user),:class => "c_blue02 hwork_center",:title => student_id%> + <%= link_to student_id,"javascript:void(0)",:class => "c_grey hwork_center",:title => student_id%> <% else%> - <%= link_to "--", "javascript:void(0)",:class => "c_blue02 hwork_center"%> + <%= link_to "--", "javascript:void(0)",:class => "c_grey hwork_center"%> <% end%>
  • @@ -17,7 +17,7 @@ <% end%>
  • - <%= link_to student_work.name, student_work_path(student_work),:remote => true, :title => student_work.name%> + <%= link_to student_work.name, student_work_path(student_work),:remote => true, :title => student_work.name, :class => "c_blue02"%>
  • <% my_score = student_work_score(student_work,User.current) %>
  • diff --git a/app/views/student_work/_student_work.html.erb b/app/views/student_work/_student_work.html.erb index 674454bc4..cff481b7a 100644 --- a/app/views/student_work/_student_work.html.erb +++ b/app/views/student_work/_student_work.html.erb @@ -2,13 +2,13 @@