Skip to content

Commit

Permalink
Issue alaashafaee#470, profile progress view
Browse files Browse the repository at this point in the history
  • Loading branch information
Rania Abdel Fattah authored and Rania Abdel Fattah committed May 10, 2014
1 parent 6bf8670 commit b0276e8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tutor/app/views/students/_show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,7 @@
<!--Performance under construction-->
<div>
<h2 align="center">Continue from where you left off</h2><br>
<% 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 %>

</div><br>
<h2 align="center">Your Progress</h2>
<table class = "table table-striped">
Expand Down

0 comments on commit b0276e8

Please sign in to comment.