File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 5757 aria-label ="Select all pending requests ">
5858 </ th >
5959 < th class ="text-center align-content-center no-sort " style ="min-width: 100px; " data-priority ="1 "> Actions</ th >
60- < th class ="text-center align-content-center " id ="assignment " style ="min-width: 120px; max-width: 200px; " data-priority ="2 "> Assignment</ th >
6160 < th class ="text-center align-content-center " id ="name " data-priority ="5 "> Name</ th >
61+ < th class ="text-center align-content-center " id ="assignment " style ="min-width: 120px; max-width: 200px; " data-priority ="2 "> Assignment</ th >
6262 < th class ="text-center align-content-center " id ="student-id " data-priority ="9 "> Student ID</ th >
6363 < th class ="text-center align-content-center " style ="min-width: 198px; " data-priority ="7 "> Requested At</ th >
6464 < th class ="text-center align-content-center " style ="min-width: 198px; " data-priority ="8 "> Original Due Date</ th >
106106 <% end %>
107107 </ div >
108108 </ td >
109- < td class ="text-center align-content-center " style ="max-width: 200px; word-wrap: break-word; "> <%= request . assignment ? request . assignment . name : "N/A" %> </ td >
110- < td class ="text-center align-content-center "> <%= request . user . try ( :name ) || 'N/A' %> </ td >
109+ < td class ="text-center align-content-center ">
110+ <%= link_to request . user . try ( :name ) || 'N/A' , course_request_path ( @course , request ) %>
111+ </ td >
112+ < td class ="text-center align-content-center " style ="max-width: 200px; word-wrap: break-word; ">
113+ <%= link_to request . assignment ? request . assignment . name : "N/A" , course_request_path ( @course , request ) %>
114+ </ td >
111115 < td class ="text-center align-content-center "> <%= request . user . try ( :student_id ) || 'N/A' %> </ td >
112116 < td class ="text-center align-content-center " data-order ="<%= request . created_at . iso8601 %> ">
113117 <%= request . created_at &.strftime ( '%a, %b %-d at %-I:%M%P' ) || 'N/A' %>
You can’t perform that action at this time.
0 commit comments