Skip to content

Commit 7304a06

Browse files
committed
Fixed missing titile and changed fixed description
1 parent 212d169 commit 7304a06

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
@@ -130,6 +130,9 @@
130130
#arrow-maintainers {
131131
width: 100px;
132132
}
133+
#arrow-packageRank {
134+
width: 150px;
135+
}
133136
.lastUpload, #sliderAndOutput {
134137
white-space: nowrap;
135138
}
@@ -250,6 +253,7 @@
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>

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)