~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/templates/person-index.pt

  • Committer: Francis J. Lacoste
  • Date: 2011-04-27 21:40:03 UTC
  • mto: This revision was merged to the branch mainline in revision 12971.
  • Revision ID: francis.lacoste@canonical.com-20110427214003-iiqhcyyswppyqjsx
Change the default timeout to production value, improved options documentation and use only one bin above timeout value.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
  <metal:contact use-macro="context/@@+person-macros/contact">
51
51
    Contact this person
52
52
  </metal:contact>
 
53
 
 
54
  <div id="involvement" class="portlet involvement"
 
55
    tal:condition="context/is_valid_person">
 
56
    <h2>Participation</h2>
 
57
 
 
58
    <ul>
 
59
      <li>
 
60
        <a class="sprite bugs"
 
61
          tal:attributes="href context/fmt:url:bugs">Bugs</a>
 
62
      </li>
 
63
      <li>
 
64
        <a class="sprite answers"
 
65
          tal:attributes="href context/fmt:url:answers">Answers</a>
 
66
      </li>
 
67
      <li>
 
68
        <a class="sprite translations"
 
69
          tal:attributes="href context/fmt:url:translations">Translations</a>
 
70
      </li>
 
71
      <li>
 
72
        <a class="sprite code"
 
73
          tal:attributes="href context/fmt:url:code">Code</a>
 
74
      </li>
 
75
      <li>
 
76
        <a class="sprite blueprints"
 
77
          tal:attributes="href context/fmt:url:blueprints">Blueprints</a>
 
78
      </li>
 
79
    </ul>
 
80
  </div>
53
81
</div>
54
82
 
55
83
<div metal:fill-slot="main"