Skip to content

Commit

Permalink
[chore] move maintainer's corner to the side bar and hide it by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MangoIV committed Jan 3, 2025
1 parent d2630bc commit ec1fdd3
Showing 1 changed file with 28 additions and 23 deletions.
51 changes: 28 additions & 23 deletions datafiles/templates/Html/package-page.html.st
Original file line number Diff line number Diff line change
Expand Up @@ -95,29 +95,6 @@
$downloadSection$
</div>

<div id="maintainer-corner">
<h4>Maintainer's Corner</h4>
<p><a href="$package.maintainerURL$">Package maintainers</a></p>
<ul>
<li>
$maintainers$
</li>
</ul>
<p>For package maintainers and hackage trustees</p>
<ul>
<li>
<a href="$baseurl$/package/$package.name$/maintain">
edit package information
</a>
</li>
</ul>
<p>Candidates</p>
<ul>
<li>
$candidates$
</li>
</ul>
</div>

</div><!-- /left-pane -->

Expand Down Expand Up @@ -283,6 +260,34 @@
<th>Status</th>
<td>$buildStatus$</td>
</tr>
<tr>
<th>Maintainer's Corner</th>
<td>
<details>
<summary>Expand for Details</summary>
<p><a href="$package.maintainerURL$">Package maintainers</a></p>
<ul>
<li>
$maintainers$
</li>
</ul>
<p>For package maintainers and hackage trustees</p>
<ul>
<li>
<a href="$baseurl$/package/$package.name$/maintain">
edit package information
</a>
</li>
</ul>
<p>Candidates</p>
<ul>
<li>
$candidates$
</li>
</ul>
</details>
</td>
</tr>
</tbody>
</table>
</aside> <!-- /properties -->
Expand Down

0 comments on commit ec1fdd3

Please sign in to comment.