Skip to content

Commit

Permalink
fixup! [WIP] "Search tips" message when there are no location search …
Browse files Browse the repository at this point in the history
…results
  • Loading branch information
zarino committed Sep 25, 2020
1 parent 70b1575 commit f00abe5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
- Add aerial maps option to Bing and OSM maps.
- Select matches for both filter category and group. #3110
- Add an extra zoom level to most map types. #3130
- Display search tips when location search returns no results. #3180
- Changes:
- Mark user as active when sent an email alert.
- Bugfixes:
Expand Down Expand Up @@ -50,6 +49,7 @@
- Rewrite open311-update-reports to share code and improve functionality.
- UK:
- Add option for recaptcha. #3050
- Display search tips when location search returns no results. #3180

* v3.0.1 (6th May 2020)
- New features:
Expand Down
4 changes: 2 additions & 2 deletions templates/web/fixmystreet.com/around/location_error.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ <h2 class="search-help__header" role="alert">
<h3>[% loc('Searching by postcode?') %]</h3>
<ul>
<li>[% loc('Check you <strong>haven’t swapped numbers and letters</strong>. <code>O</code>, <code>0</code>, <code>I</code> and <code>1</code> aren’t the same.') %]</li>
<li><strong>[% loc('Don’t forget the space</strong> in your postcode.') %]</li>
<li><strong>[% loc('Don’t mix postcodes and street names.</strong>') %]</li>
<li>[% loc('<strong>Don’t forget the space</strong> in your postcode.') %]</li>
<li>[% loc('<strong>Don’t mix postcodes and street names.</strong>') %]</li>
</ul>
</div>
<div class="search-help__tips__category">
Expand Down
2 changes: 0 additions & 2 deletions web/cobrands/zurich/_colours.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ $mobile_menu_tab_bg_col: #FFFFFF; // the white border and tab on mobile site
$mobile_header_blue: #366AB6; // close match to Zurich logo_portal.jpg

$header-top-border: solid 0.25em $mobile_menu_tab_bg_col;

$search-help-margin: 0 -1em;

0 comments on commit f00abe5

Please sign in to comment.