diff --git a/Gemfile b/Gemfile index b70f2e60..9121a4af 100644 --- a/Gemfile +++ b/Gemfile @@ -68,9 +68,6 @@ gem "thread-local", "~> 1.1", require: false # For debugging. gem 'web-console', '~> 4.2', group: :development -# TODO: Review our use of content_tag_for etc and uninstall this! -gem 'record_tag_helper', '~> 1.0', '>= 1.0.1' - # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '~> 1.16', require: false diff --git a/app/views/contributions/_contribution.html.haml b/app/views/contributions/_contribution.html.haml index 3e37c748..a5021f7e 100644 --- a/app/views/contributions/_contribution.html.haml +++ b/app/views/contributions/_contribution.html.haml @@ -1,5 +1,5 @@ - contributed = contribution.contributed -= content_tag_for :li, contribution do +%li %span.point-value= contribution.point_value = t 'contributions.contribution.description_html', :user_link => link_to(contribution.user.name,