File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 119
119
</ ul >
120
120
</ div >
121
121
< div id ="file_size " class ="pull-right sort_button ">
122
- < span class ="btn btn-xs btn-default sort-action " id ="file-size ">
122
+ < button type =" button " class ="btn btn-xs btn-default sort-action " id ="file-size " aria-label =" {% trans %}Sort by file size{% endtrans %} ">
123
123
{% trans %}File size{% endtrans %}
124
124
< i class ="fa "> </ i >
125
- </ span >
125
+ </ button >
126
126
</ div >
127
127
< div id ="last_modified " class ="pull-right sort_button ">
128
- < span class ="btn btn-xs btn-default sort-action " id ="last-modified ">
128
+ < button type =" button " class ="btn btn-xs btn-default sort-action " id ="last-modified " aria-label =" {% trans %}Sort by last modified{% endtrans %} ">
129
129
{% trans %}Last Modified{% endtrans %}
130
130
< i class ="fa "> </ i >
131
- </ span >
131
+ </ button >
132
132
</ div >
133
133
< div id ="sort_name " class ="pull-right sort_button ">
134
- < span class ="btn btn-xs btn-default sort-action " id ="sort-name ">
134
+ < button type =" button " class ="btn btn-xs btn-default sort-action " id ="sort-name " aria-label =" {% trans %}Sort by name{% endtrans %} ">
135
135
{% trans %}Name{% endtrans %}
136
136
< i class ="fa fa-arrow-down "> </ i >
137
- </ span >
137
+ </ button >
138
138
</ div >
139
139
</ div >
140
140
</ div >
You can’t perform that action at this time.
0 commit comments