aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/fixamingata
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/fixamingata')
-rw-r--r--templates/web/fixamingata/footer.html2
-rw-r--r--templates/web/fixamingata/front/recent.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/fixamingata/footer.html b/templates/web/fixamingata/footer.html
index c6f49cb79..376d79ff4 100644
--- a/templates/web/fixamingata/footer.html
+++ b/templates/web/fixamingata/footer.html
@@ -10,7 +10,7 @@
<div class="nav-wrapper">
<div class="nav-wrapper-2">
<div id="main-nav" role="navigation">
- <ul id="main-menu">
+ <ul class="nav-menu nav-menu--main">
<li><[% IF c.req.uri.path == '/' %]span[% ELSE %]a href="/"[% END %] class="report-a-problem-btn"
>[% loc("Report a problem") %]</[% c.req.uri.path == '/' ? 'span' : 'a' %]></li>[%
%]<li><[% IF c.req.uri.path == '/my' %]span[% ELSE %]a href="/my"[% END
diff --git a/templates/web/fixamingata/front/recent.html b/templates/web/fixamingata/front/recent.html
index bfe35832e..255882f41 100644
--- a/templates/web/fixamingata/front/recent.html
+++ b/templates/web/fixamingata/front/recent.html
@@ -20,7 +20,7 @@
</h2>
<section class="full-width">
- <ul class="issue-list-a">
+ <ul class="item-list item-list--reports">
[% FOREACH problem IN recent_photos %]
[% INCLUDE 'report/_item.html', no_fixed = 1 %]
[% END %]