Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2022-10-05 16:49:06 +0300
committerJeff King <peff@peff.net>2022-10-05 16:49:06 +0300
commite4e87f3f34d619520bafcb013ebfe5d8598fe9ea (patch)
tree0f6d80084638650a206a35ca22faca9059212a40
parenteef54910f69cb500e3dfdbb6d84afafc1446a98f (diff)
run rubocop --autocorrect --only Rails/ContentTag
This is new since upgrading rubocop-rails in the previous commit.
-rw-r--r--app/helpers/application_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 7a8af577..4fbabe55 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -50,7 +50,7 @@ module ApplicationHelper
options[:src] = "/images/#{image}"
- tag("img", options)
+ tag.img(options)
end
def banner_duration(duration)