Skip to content

Commit a7bcef6

Browse files
committed
Fixed missing titile and changed fixed description
1 parent d878f42 commit a7bcef6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

datafiles/templates/Html/browse.html.st

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@
9393
#arrow-maintainers {
9494
width: 100px;
9595
}
96+
#arrow-packageRank {
97+
width: 150px;
98+
}
9699
.lastUpload, #sliderAndOutput {
97100
white-space: nowrap;
98101
}
@@ -214,6 +217,7 @@
214217
<th id=arrow-lastUpload><a href="javascript: sort('lastUpload')">Last U/L</a></th>
215218
<th id=arrow-referenceVersion><a href="javascript: sort('referenceVersion')">Reference Version</a></th>
216219
<th id=arrow-maintainers><a href="javascript: sort('maintainers')">Maintainers</a></th>
220+
<th id=arrow-packageRank><a href="javascript: sort('packageRank')">Package Rank</a></th>
217221
</tr>
218222
</thead>
219223
<tbody id="listing"></tbody>

datafiles/templates/Html/noscript-search-form.html.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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>

0 commit comments

Comments
 (0)