File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -663,8 +663,9 @@ void start_table_output( bool /*for_instructor*/,
663
663
std::string fullUrl = base_url + " courses/" + semester + " /" + course + " /gradeable/" + gradeable_id;
664
664
665
665
if (GRADEABLES[g].hasCorrespondence (gradeable_id)) {
666
- gradeable_name = GRADEABLES[g].getCorrespondence (gradeable_id).second ;
667
- gradeable_name = " <a href=\" " + fullUrl + " \" style=\" color:black;\" >" + gradeable_name + " <i class='fas fa-external-link-alt'></i></a>" ;
666
+ gradeable_name = GRADEABLES[g].getCorrespondence (gradeable_id).second ;
667
+ gradeable_name = gradeable_name + " <i class='fa-solid fa-arrow-up-right-from-square' style='color:blue;'></i>" ;
668
+ gradeable_name = " <a href=\" " + fullUrl + " \" style=\" color:black; text-decoration:none;\" title=\" View Gradeable\" >" + gradeable_name + " </a>" ;
668
669
}
669
670
670
671
if (gradeable_name == " " )
You can’t perform that action at this time.
0 commit comments