File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,10 +86,9 @@ $(document)
8686 $ ( header_row )
8787 . children ( "[data-sort]" )
8888 . addClass ( "sort" ) ;
89- // $(header_row)
90- // .children("th, td")
91- // .wrapInner('<span class="tablesorter-th"></span>');
92- // // .each((i, e) => field_magic(i, e, fields));
89+ $ ( header_row )
90+ . children ( "th, td" )
91+ . each ( ( i , e ) => field_magic ( i , e , fields ) ) ;
9392
9493 if ( $ ( header_row )
9594 . text ( )
Original file line number Diff line number Diff line change 88{% block nomcom_content %}
99 {% origin %}
1010 < h2 class ="mt-3 "> Nomination status</ h2 >
11- < table class ="table table-sm table-striped table-hover tablesorter ">
11+ < table class ="table table-sm table-striped-columns table-hover tablesorter ">
1212 < thead class ="wrap-anywhere ">
1313 < tr >
1414 < th scope ="col " data-sort ="position "> Position</ th >
@@ -156,7 +156,7 @@ <h2 class="mt-3">
156156 < i class ="bi bi-check "> </ i >
157157 </ th >
158158 {% endif %}
159- < th scope ="col " data-sort ="nominee " colspan =" 2 " >
159+ < th scope ="col " data-sort ="nominee ">
160160 Nominee
161161 </ th >
162162 < th scope ="col " data-sort ="position ">
@@ -194,9 +194,7 @@ <h2 class="mt-3">
194194 < a href ="{% url 'ietf.person.views.profile' email_or_name=np.nominee.name %} ">
195195 {{ np.nominee.email.name_and_email }}
196196 </ a >
197- </ td >
198- < td >
199- < a class ="btn btn-primary btn-sm "
197+ < a class ="btn btn-primary btn-sm float-end "
200198 href ="{% url 'ietf.nomcom.views.view_feedback_nominee' year=year nominee_id=np.nominee.id %}#comment ">
201199 View feedback
202200 </ a >
You can’t perform that action at this time.
0 commit comments