From b0276e85d384892043910b5321538d792a351878 Mon Sep 17 00:00:00 2001 From: Rania Abdel Fattah Date: Sat, 10 May 2014 23:40:52 +0200 Subject: [PATCH] Issue #470, profile progress view --- tutor/app/views/students/_show.html.erb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tutor/app/views/students/_show.html.erb b/tutor/app/views/students/_show.html.erb index 2cc8d333..dc6f9fe9 100644 --- a/tutor/app/views/students/_show.html.erb +++ b/tutor/app/views/students/_show.html.erb @@ -30,15 +30,7 @@

Continue from where you left off


- <% next_problems_to_solve = current_student.get_next_problems_to_solve %> - <% if next_problems_to_solve != nil then %> - <% next_problems_to_solve.each do |key , value| %> - <%= key %> - <%= link_to value.title, - controller: "/problems", - action: "show", - id: value.id %> - <% end %> +

Your Progress