Skip to content

Commit

Permalink
Merge pull request #351 from alphagov/filter-and-enter
Browse files Browse the repository at this point in the history
Open links when hitting enter on a filtered table
  • Loading branch information
Isabell Long committed Jul 24, 2014
2 parents faf12ea + 2ca53d7 commit 518f74f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'unicorn', '4.6.2'
gem 'mysql2', '0.3.13'
gem 'optic14n', '2.0.0' # Ideally version should be synced with bouncer
gem 'gds-sso', '9.3.0'
gem 'govuk_admin_template', '1.1.0'
gem 'govuk_admin_template', '1.1.1'
gem 'plek', '1.2.0'
gem 'htmlentities', '4.3.1'
gem 'kaminari', '0.14.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ GEM
retriable (>= 1.4)
signet (>= 0.5.0)
uuidtools (>= 2.1.0)
govuk_admin_template (1.1.0)
govuk_admin_template (1.1.1)
bootstrap-sass (= 3.2.0.0)
jquery-rails (= 3.1.1)
rails (>= 3.2.0)
Expand Down Expand Up @@ -307,7 +307,7 @@ DEPENDENCIES
gds-api-adapters (= 7.14.0)
gds-sso (= 9.3.0)
google-api-client (= 0.7.1)
govuk_admin_template (= 1.1.0)
govuk_admin_template (= 1.1.1)
gretel (= 3.0.5)
htmlentities (= 4.3.1)
jasmine (= 2.0.2)
Expand Down
2 changes: 1 addition & 1 deletion app/views/organisations/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<% end %>
</td>
<td class="title">
<%= link_to org.title, organisation_path(org) %>
<%= link_to org.title, organisation_path(org), class: 'js-open-on-submit' %>
</td>
<td>
<%= pluralize(org.site_count, 'site') %>
Expand Down

0 comments on commit 518f74f

Please sign in to comment.