Skip to content

Commit

Permalink
Keep erblint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Oct 26, 2023
1 parent 7239a6d commit 172e8c7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/views/_tailwind/alerts_new/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</dd>
</dl>
<svg class="stroke-light-grey2 group-hover:stroke-navy" width="29" height="56" viewBox="0 0 29 56" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 1L27.2929 27.2929C27.6834 27.6834 27.6834 28.3166 27.2929 28.7071L1 55" stroke-width="2" stroke-linecap="round"/>
<path d="M1 1L27.2929 27.2929C27.6834 27.6834 27.6834 28.3166 27.2929 28.7071L1 55" stroke-width="2" stroke-linecap="round" />
</svg>
</div>
<% end %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/_tailwind/documentation/faqs/_address.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
<div class="prose prose-2xl">
<%= render partial: "faq_commenting_address" %>
</div>
</dd>
</dd>
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
<%= pa_link_to "donation", donate_url %>
or
<%= pa_link_to "volunteering", get_involved_path %> to help us fix it.
</dd>
</dd>
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
</dt>
<dd>
Yes. You can use our <%= pa_link_to "API", api_howto_path %>.
</dd>
</dd>
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
Yes please! To be able to cover the whole country we need help in writing screen scrapers to search the websites of
every planning authority in the country. If you'd like to write one for your local planning authority
<%= pa_link_to "get in touch", documentation_contact_path %>.
</dd>
</dd>
2 changes: 1 addition & 1 deletion app/views/_tailwind/documentation/faqs/_coverage.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
<%= pa_link_to "here", authorities_path %>. Not every planning authority publishes their planning data
online so some places will always be missing. If your local authority is missing, you could always
<%= pa_link_to "help out by writing a screen scraper to search their website", how_to_write_a_scraper_path %>.
</dd>
</dd>
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
<dd>
At the bottom of each email you receive there is a link to unsubscribe from that alert. Just click on it and we'll
delete your alert.
</dd>
</dd>
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
Some council web sites require you to click an Agree button before you can view the details of the development
application. The problem is they often do not redirect you to your original destination after you click Agree.
Usually revisiting the original link again after clicking Agree should take you to the correct details page.
</dd>
</dd>
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
<dd>
Your local planning authority is the part of government that assesses planning and development applications.
Depending on where you live, this might be your local council or territory government.
</dd>
</dd>

0 comments on commit 172e8c7

Please sign in to comment.