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 130130 #arrow-maintainers {
131131 width: 100px;
132132 }
133+ #arrow-packageRank {
134+ width: 150px;
135+ }
133136 .lastUpload, #sliderAndOutput {
134137 white-space: nowrap;
135138 }
250253 <th id=arrow-tags><a href="javascript: sort('tags')">Tags</a></th>
251254 <th id=arrow-lastUpload><a href="javascript: sort('lastUpload')">Last U/L</a></th>
252255 <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>
253257 </tr>
254258 </thead>
255259 <tbody id="listing"></tbody>
Original file line number Diff line number Diff line change 2323 <option $ if (tags )$ selected $ endif $ value=tags>tags</option>
2424 <option $ if (lastUpload )$ selected $ endif $ value=lastUpload>date of last upload</option>
2525 <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>
2727 </select>
2828 </label>
2929 </div>
You can’t perform that action at this time.
0 commit comments