Browse Source

Rubocop

pull/21/head
Matthew Phelan 3 years ago
parent
commit
37af23e8f1
  1. 2
      Gemfile
  2. 1
      app/views/case_logs/show.html.erb

2
Gemfile

@ -20,7 +20,7 @@ gem "bootsnap", ">= 1.4.4", require: false
# Gov.UK frontend components # Gov.UK frontend components
gem "govuk-components" gem "govuk-components"
gem "govuk_design_system_formbuilder" gem "govuk_design_system_formbuilder"
gem 'hotwire-rails' gem "hotwire-rails"
group :development, :test do group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console # Call 'byebug' anywhere in the code to stop execution and get a debugger console

1
app/views/case_logs/show.html.erb

@ -11,5 +11,6 @@
</p> </p>
<%= render "tasklist" %> <%= render "tasklist" %>
</div> </div>
</div> </div>

Loading…
Cancel
Save