Merged in [10414] from rjsparks@nostrum.com:
Put possibly replaces sections in the right columns. Fixes #1802.
- Legacy-Id: 10417
Note: SVN reference [10414] has been migrated to Git commit d97c29fdcf
This commit is contained in:
commit
eb76e21aa8
|
@ -104,6 +104,7 @@
|
|||
{% if can_view_possibly_replaces %}
|
||||
{% if possibly_replaces %}
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Possibly Replaces</th>
|
||||
<td class="edit">
|
||||
{% if can_edit_replaces %}
|
||||
|
@ -118,6 +119,7 @@
|
|||
|
||||
{% if possibly_replaced_by %}
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Possibly Replaced By</th>
|
||||
<td class="edit">
|
||||
{% if can_edit_replaces %}
|
||||
|
|
Loading…
Reference in a new issue