diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-01-11 19:00:08 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-01-11 19:00:08 +0000 |
commit | e5856a34d4b84d613976ca3585ed690fee6f7462 (patch) | |
tree | 464ea6cdbe02b3742943b8a05d56ee2133975d70 | |
parent | ff7fef78693de60db999e3fdb4846077b5950b4f (diff) |
Put back mistakingly dropped link.
-rw-r--r-- | templates/web/default/footer.html | 3 | ||||
-rw-r--r-- | templates/web/default/header.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/templates/web/default/footer.html b/templates/web/default/footer.html index f060ca99b..6271036d2 100644 --- a/templates/web/default/footer.html +++ b/templates/web/default/footer.html @@ -3,7 +3,8 @@ <div id="navigation" class="container" role="navigation"> <div class="spacer"></div> <ul id="site-nav" class="nav"> - <li><a href="/my">[% loc("Your reports") %]</a></li>[% + <li><a href="/">[% loc("Report a problem") %]</a></li>[% + %]<li><a href="/my">[% loc("Your reports") %]</a></li>[% %]<li><a href="/reports">[% loc("All reports") %]</a></li>[% %]<li><a href="/alert[% pc ? '/list?pc=' : '' %][% pc | uri %]">[% loc("Local alerts") %]</a></li>[% %]<li><a href="/faq">[% loc("Help") %]</a></li> diff --git a/templates/web/default/header.html b/templates/web/default/header.html index 0985c7429..556f55523 100644 --- a/templates/web/default/header.html +++ b/templates/web/default/header.html @@ -13,7 +13,7 @@ <link rel="stylesheet" href="[% version('/css/core.css') %]"> <link rel="stylesheet" href="[% version('/cobrands/fixmystreet/base.css') %]"> - <link rel="stylesheet" href="[% version('/cobrands/fixmystreet/layout.css') %]" media="(min-width:39em)"> + <link rel="stylesheet" href="[% version('/cobrands/fixmystreet/layout.css') %]" media="(min-width:48em)"> <!--[if (lt IE 9) & (!IEMobile)]> <link rel="stylesheet" href="[% version('/cobrands/fixmystreet/layout.css') %]"> <![endif]--> |