-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplication of header between two views
- Loading branch information
Showing
4 changed files
with
45 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<div class="flex flex-col items-start gap-16 p-16 mt-16 md:flex-row bg-light-grey"> | ||
<%= image_tag "illustration/no_results.svg" %> | ||
<div class="text-xl text-navy"> | ||
<p class="text-2xl font-bold"> | ||
Unfortunately, we don't know of any applications near <%= full_address %>. | ||
</p> | ||
<p class="mt-8"> | ||
This is most likely because we haven't yet been able to add your local council | ||
or planning authority. We're working on covering the whole country but we're not | ||
there yet. | ||
</p> | ||
<p class="mt-6"> | ||
There is a list of the planning authorities we currently cover | ||
<%= pa_link_to "here", authorities_path %>. | ||
</p> | ||
<p class="mt-6"> | ||
To see an example of what the results would look like once your area is included | ||
see <%= pa_link_to "Bourke Street in Melbourne", address_applications_path(q: "Bourke St, Melbourne 3000") %>. | ||
</p> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<p class="mt-8"> | ||
We are a free service brought to you by the charity the | ||
<%= pa_link_to "OpenAustralia Foundation", "https://www.oaf.org.au" %>. | ||
Donations and other kinds of support allow us to add more local authorities, | ||
including yours! | ||
</p> | ||
<p class="mt-6"> | ||
Check out our <%= pa_link_to "get involved", get_involved_path %> section for | ||
ways to help us get your search results. | ||
</p> |