aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2019-02-15 17:28:52 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-02-25 12:18:59 +0000
commit775ce06cb346cf2d00171e7cdbe0cf1817002f14 (patch)
tree5ec516ef1cb51f371f263b14b6d6f7241b58502f /templates
parent3de73ad628759ca510012d532cc681e0b9008969 (diff)
Remove --reports from .item-list--reports__item classes in Inspector UI
There’s no need for this `--reports` to be there, so let’s start phasing it out.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/report/_inspect.html2
-rw-r--r--templates/web/base/report/duplicate-no-updates.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/report/_inspect.html b/templates/web/base/report/_inspect.html
index e5094d02e..76555cef8 100644
--- a/templates/web/base/report/_inspect.html
+++ b/templates/web/base/report/_inspect.html
@@ -120,7 +120,7 @@
<p class="[% "hidden" IF problem.duplicate_of %]">[% loc('Which report is it a duplicate of?') %]</p>
<ul class="item-list item-list--inspect-duplicates">
[% IF problem.duplicate_of %]
- [% INCLUDE 'report/_item.html' item_extra_class = 'item-list--reports__item--selected' problem = problem.duplicate_of %]
+ [% INCLUDE 'report/_item.html' item_extra_class = 'item-list__item--selected' problem = problem.duplicate_of %]
<li class="item-list__item"><a class="btn" href="#" id="js-change-duplicate-report">[% loc('Choose another') %]</a></li>
[% END %]
</ul>
diff --git a/templates/web/base/report/duplicate-no-updates.html b/templates/web/base/report/duplicate-no-updates.html
index 7de2ae042..6cfc85887 100644
--- a/templates/web/base/report/duplicate-no-updates.html
+++ b/templates/web/base/report/duplicate-no-updates.html
@@ -4,6 +4,6 @@
[% END %]
<p>[% loc("This report is a duplicate. Please leave updates on the original report:") %]</p>
<ul class="item-list">
- [% INCLUDE 'report/_item.html' item_extra_class = 'item-list__item--with-pin item-list--reports__item--selected' problem = problem.duplicate_of %]
+ [% INCLUDE 'report/_item.html' item_extra_class = 'item-list__item--with-pin item-list__item--selected' problem = problem.duplicate_of %]
</ul>
</div>