~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/templates/distroseriesdifference-listing-extra.pt

Merge db-devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
    <metal:macro-parent metal:define-macro="base-to-parent">
16
16
      <span tal:replace="context/base_version">1.1.1</span> to
17
 
      <span tal:replace="context/derived_series/previous_series/displayname">
 
17
      <span tal:replace="context/parent_series/displayname">
18
18
        Lucid</span> version:
19
19
      <span tal:replace="context/parent_source_version">1.2.4</span>
20
20
    </metal:macro-parent>
21
21
  </metal:macros>
22
22
 
23
 
  <tal:show_options condition="view/show_edit_options">
 
23
  <tal:show_options condition="view/show_blacklist_options">
24
24
    <div class="blacklist-options" style="float:right">
25
25
      <dl>
26
26
        <dt>Blacklisted:</dt>
122
122
 
123
123
  <strong>Comments:</strong>
124
124
  <tal:conversation replace="structure view/@@+render"/>
125
 
  <tal:show_options condition="view/show_edit_options"
 
125
  <tal:show_options condition="view/show_add_comment"
126
126
                    define="src_name context/source_package_name/name">
127
127
  <div tal:attributes="class string:add-comment-placeholder ${src_name}"></div>
128
128
  </tal:show_options>