~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/templates/bugtask-status-portlet-details.pt

[rs=buildbot-poller] automatic merge from stable. Revisions: 14451,
        14452, 14453, 14454, 14455 included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<div
2
 
  xmlns:tal="http://xml.zope.org/namespaces/tal"
3
 
  xmlns:metal="http://xml.zope.org/namespaces/metal"
4
 
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
5
 
  class="portlet" id="portlet-details">
6
 
 
7
 
  <h2>Details</h2>
8
 
 
9
 
  <div class="portletBody"
10
 
       tal:define="bug context/bug">
11
 
    <div class="portletContent">
12
 
 
13
 
      <b>Reported by:</b><br />
14
 
      <a tal:replace="structure context/owner/fmt:link" /><br />
15
 
 
16
 
      <b>In:</b>
17
 
      <a tal:content="context/bugtargetname"
18
 
         tal:attributes="href string:${context/target/fmt:url}/+bugs">ubuntu</a><br />
19
 
 
20
 
      <b>When:</b>
21
 
      <span
22
 
        tal:attributes="title context/datecreated/fmt:datetime"
23
 
        tal:content="context/datecreated/fmt:displaydate" />
24
 
 
25
 
    </div>
26
 
  </div>
27
 
</div>