From 25715d07bd9f23c72ebffdcb28401fc5e1bdaf2c Mon Sep 17 00:00:00 2001 From: Julien Maury <6878027+jmau111@users.noreply.github.com> Date: Wed, 21 Jul 2021 16:51:41 +0200 Subject: [PATCH] Remove defer attribute when not needed (#14234) --- app/views/comments/_form.html.erb | 2 +- app/views/events/_event.html.erb | 2 +- app/views/layouts/application.html.erb | 2 +- app/views/pages/badge.html.erb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/comments/_form.html.erb b/app/views/comments/_form.html.erb index 3353f6d24..a65caf73f 100644 --- a/app/views/comments/_form.html.erb +++ b/app/views/comments/_form.html.erb @@ -100,7 +100,7 @@ <% end %> <% if @comment.persisted? %> -