Fixed the message Oh no! We aren't quite ready in . it was not showing the place's name.
This commit is contained in:
parent
ab2a9d3289
commit
42f615b13a
@ -12,7 +12,7 @@
|
||||
<form class="button-letseat-formform" onsubmit="return false;">
|
||||
<table class="button-letseat-table" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td style="width: 100%;"><input type="text" class="location-address" placeholder="Enter your zip code or full address"<% autofocus %>></td>
|
||||
<td style="width: 100%;"><input type="text" class="location-address" placeholder="Enter your zip code or full address"<%= autofocus %>></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
@ -21,7 +21,7 @@
|
||||
<button class="button-letseat-form button-bottom"><div>Let's Eat!</div></button>
|
||||
<div class="error-location" style="display: none;">
|
||||
<div class="home-welcome home-welcom-error">
|
||||
<h1>Oh no! We aren't quite ready in <span class="loc-your-area change-location-inline"><% yourArea %></span>.</h1>
|
||||
<h1>Oh no! We aren't quite ready in <span class="loc-your-area change-location-inline"><%= yourArea %></span>.</h1>
|
||||
</div>
|
||||
<div class="content-item-locations">
|
||||
<h1>Our most popular locations</h1>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user