Comment 2 for bug 423681

Revision history for this message
Curtis Hovey (sinzui) wrote :

I think the portlet may make sense since there is related software, related packages, and realted PPA. I think we need a place to put this link in the mean time.

I propose we follow the example of the pillar pages and include a horizontal list of links after the description, before we split maincontent into columns. We include the three links to software, packages, and ppas (this is also a creepy continuation of the bar that continues to appear on their pages.)

<ul class="horizontal">
  <li
    tal:define="link context/menu:overview/software"
    tal:condifion="link/enabled"
    tal:content="link:fmt/link">
  <li
    tal:define="link context/menu:overview/packages"
    tal:condifion="link/enabled"
    tal:content="link:fmt/link">
  <li
    tal:define="link context/menu:overview/ppas"
    tal:condifion="link/enabled"
    tal:content="link:fmt/link">
</ul>