File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tcf_website/templates/common Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3636 < div id ="sortButtons " class ="btn-group btn-group-sm " role ="toolbar " aria-label ="Sorting Buttons ">
3737 {% if active_course_recency %}
3838 < a href ="{% url 'department_course_recency' dept_id active_course_recency %}?sortby=course_id&order={% if sortby == 'course_id' and order == 'asc' %}desc{% else %}asc{% endif %} " class ="btn btn-outline-primary {% if sortby == 'course_id' %}active{% endif %} ">
39- Course ID {% if sortby == 'course_id' %}{% if order == 'asc' %}⬆{% else %}⬇{% endif %}{% endif %}
39+ Course Number {% if sortby == 'course_id' %}{% if order == 'asc' %}⬆{% else %}⬇{% endif %}{% endif %}
4040 </ a >
4141 < a href ="{% url 'department_course_recency' dept_id active_course_recency %}?sortby=rating&order={% if sortby == 'rating' and order == 'asc' %}desc{% else %}asc{% endif %} " class ="btn btn-outline-primary {% if sortby == 'rating' %}active{% endif %} ">
4242 Rating {% if sortby == 'rating' %}{% if order == 'asc' %}⬆{% else %}⬇{% endif %}{% endif %}
You can’t perform that action at this time.
0 commit comments