Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrw committed Oct 24, 2024
1 parent c3425d4 commit b2b49d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions app/forms/questionnaires/choose_childcare_provider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,10 @@ def possible_institutions

schools = School
.open
.search_by_location(institution_location)
.search_by_name(institution_name)
.limit(10)

local_authorities = LocalAuthority
.search_by_location(institution_location)
.search_by_name(institution_name)
.limit(10)

Expand Down
1 change: 1 addition & 0 deletions app/views/admin/schools/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<% end %>
</div>


<table class="govuk-table">
<thead class="govuk-table__head">
<tr class="govuk-table__row">
Expand Down

0 comments on commit b2b49d5

Please sign in to comment.