Skip to content

Commit

Permalink
Merge d17e473 into 4c3174c
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhimes committed May 1, 2022
2 parents 4c3174c + d17e473 commit cd9e1bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/views/grades/view_team.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,5 @@
<%= submit_tag t(".save") ,class: "btn btn-default" %>
<% end %>
<% end %>
<%= link_to 'Back', :back %>
2 changes: 1 addition & 1 deletion app/views/student_review/list.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
<% end %>

<br><br>
<a href="javascript:window.history.back()"><%=t ".back"%></a>
<%= link_to 'Back', :controller => 'student_task', :action => 'list' %>
2 changes: 1 addition & 1 deletion app/views/student_teams/view.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,5 @@
:assignment_id => @student.assignment.id
} %>
<br>
<a href="javascript:window.history.back()"><%=t ".back"%></a>
<%= link_to 'Back', :controller => 'student_task', :action => 'list' %>

0 comments on commit cd9e1bf

Please sign in to comment.