Drop use of record_tag_helper

We only had one place using it and there's no sign of
upstream doing a rails 6 compatible release.
This commit is contained in:
Tom Hughes 2019-11-05 18:19:52 +00:00
parent bf68eb6607
commit b6ecdb7507
3 changed files with 2 additions and 6 deletions

View file

@ -57,7 +57,6 @@ gem "openstreetmap-actionpack-page_caching", ">= 1.1.2", :require => "actionpack
gem "openstreetmap-deadlock_retry", ">= 1.3.0", :require => "deadlock_retry"
gem "rack-cors"
gem "rails-i18n", "~> 4.0.0"
gem "record_tag_helper"
gem "rinku", ">= 2.0.6", :require => "rails_rinku"
gem "strong_migrations"
gem "validates_email_format_of", ">= 1.5.1"

View file

@ -362,8 +362,6 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
record_tag_helper (1.0.0)
actionview (~> 5.x)
request_store (1.4.1)
rack (>= 1.4)
rinku (2.0.6)
@ -506,7 +504,6 @@ DEPENDENCIES
rails (= 5.2.3)
rails-controller-testing
rails-i18n (~> 4.0.0)
record_tag_helper
rinku (>= 2.0.6)
rotp
rubocop

View file

@ -28,9 +28,9 @@
<% else %>
<p><%= t ".registered_apps" %></p>
<% @client_applications.each do |client| %>
<%= div_for client do %>
<div class="client_application">
<%= link_to client.name, :action => :show, :id => client.id %>
<% end %>
</div>
<% end %>
<% end %>
<h3><%= link_to t(".register_new"), :action => :new %></h3>