Remove useless collapse toggle on "all items" page
This commit is contained in:
parent
03360be6b7
commit
45a43debb6
@ -312,14 +312,6 @@ impl AllTypes {
|
|||||||
f.write_str(
|
f.write_str(
|
||||||
"<h1 class=\"fqn\">\
|
"<h1 class=\"fqn\">\
|
||||||
<span class=\"in-band\">List of all items</span>\
|
<span class=\"in-band\">List of all items</span>\
|
||||||
<span class=\"out-of-band\">\
|
|
||||||
<span id=\"render-detail\">\
|
|
||||||
<a id=\"toggle-all-docs\" href=\"javascript:void(0)\" \
|
|
||||||
title=\"collapse all docs\">\
|
|
||||||
[<span class=\"inner\">−</span>]\
|
|
||||||
</a>\
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
</h1>",
|
</h1>",
|
||||||
);
|
);
|
||||||
// Note: print_entries does not escape the title, because we know the current set of titles
|
// Note: print_entries does not escape the title, because we know the current set of titles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user