File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 130
130
#arrow-maintainers {
131
131
width: 100px;
132
132
}
133
+ #arrow-packageRank {
134
+ width: 150px;
135
+ }
133
136
.lastUpload, #sliderAndOutput {
134
137
white-space: nowrap;
135
138
}
250
253
<th id=arrow-tags><a href="javascript: sort('tags')">Tags</a></th>
251
254
<th id=arrow-lastUpload><a href="javascript: sort('lastUpload')">Last U/L</a></th>
252
255
<th id=arrow-maintainers><a href="javascript: sort('maintainers')">Maintainers</a></th>
256
+ <th id=arrow-packageRank><a href="javascript: sort('packageRank')">Package Rank</a></th>
253
257
</tr>
254
258
</thead>
255
259
<tbody id="listing"></tbody>
Original file line number Diff line number Diff line change 23
23
<option $ if (tags )$ selected $ endif $ value=tags>tags</option>
24
24
<option $ if (lastUpload )$ selected $ endif $ value=lastUpload>date of last upload</option>
25
25
<option $ if (maintainers )$ selected $ endif $ value=maintainers>maintainers</option>
26
- <option $ if (packageRank )$ selected $ endif $ value=packageRank>packageRank </option>
26
+ <option $ if (packageRank )$ selected $ endif $ value=packageRank>rank of the package </option>
27
27
</select>
28
28
</label>
29
29
</div>
You can’t perform that action at this time.
0 commit comments