From b01d6a557060a0bc3ee80c334c12a4f4931407c4 Mon Sep 17 00:00:00 2001 From: kinoppyd Date: Wed, 21 Aug 2024 09:49:45 +0900 Subject: [PATCH] Use <% end %> - \ No newline at end of file + diff --git a/app/views/plans/_description_dialog.html.erb b/app/views/plans/_description_dialog.html.erb index e19c4f3a..634f375a 100644 --- a/app/views/plans/_description_dialog.html.erb +++ b/app/views/plans/_description_dialog.html.erb @@ -15,7 +15,7 @@
- <%= I18n.t('button.close')%> + <%= f.submit I18n.t('button.save'), data: { action: "click->dialog#close", "word-counter-target": "submit" }, class: "primary-button" %>
diff --git a/app/views/plans/_password_dialog.html.erb b/app/views/plans/_password_dialog.html.erb index ff10538b..a10cdcf9 100644 --- a/app/views/plans/_password_dialog.html.erb +++ b/app/views/plans/_password_dialog.html.erb @@ -16,7 +16,7 @@
- <%= I18n.t('button.close')%> + <%= f.submit I18n.t('button.make_editable'), data: { action: "click->dialog#close", "word-counter-target": "submit" }, class: "primary-button" %>
diff --git a/app/views/plans/_rename_dialog.html.erb b/app/views/plans/_rename_dialog.html.erb index 9952888f..825c0766 100644 --- a/app/views/plans/_rename_dialog.html.erb +++ b/app/views/plans/_rename_dialog.html.erb @@ -15,7 +15,7 @@
- <%= I18n.t('button.close')%> + <%= f.submit I18n.t('button.save'), data: { action: "click->dialog#close", "word-counter-target": "submit" }, class: "primary-button" %>
diff --git a/app/views/plans/_setting_dialog.html.erb b/app/views/plans/_setting_dialog.html.erb index f904bd35..14452cc0 100644 --- a/app/views/plans/_setting_dialog.html.erb +++ b/app/views/plans/_setting_dialog.html.erb @@ -36,7 +36,7 @@
- <%= I18n.t('button.close')%> + <%= f.submit I18n.t('button.save'), data: { action: "click->dialog#close", "word-counter-target": "submit" }, class: "primary-button" %>
diff --git a/app/views/profiles/_dialog.html.erb b/app/views/profiles/_dialog.html.erb index 9bd0e14f..e8e68d6a 100644 --- a/app/views/profiles/_dialog.html.erb +++ b/app/views/profiles/_dialog.html.erb @@ -14,7 +14,7 @@
- <%= I18n.t('button.close')%> + <%= f.submit I18n.t('button.save'), data: { action: "click->dialog#close", "word-counter-target": "submit" }, class: "primary-button" %>
diff --git a/app/views/profiles/show.html.erb b/app/views/profiles/show.html.erb index 28f02079..60c37aae 100644 --- a/app/views/profiles/show.html.erb +++ b/app/views/profiles/show.html.erb @@ -48,7 +48,7 @@
- <%= I18n.t('button.close')%> +
@@ -89,7 +89,7 @@
- <%= I18n.t('button.close')%> +
diff --git a/app/views/schedules/_card.html.erb b/app/views/schedules/_card.html.erb index 1a5ebda7..29ac486c 100644 --- a/app/views/schedules/_card.html.erb +++ b/app/views/schedules/_card.html.erb @@ -76,7 +76,7 @@
- <%= I18n.t('button.close')%> + <%= f.submit I18n.t('button.save'), data: { action: "click->dialog#close", "word-counter-target": "submit" }, class: "primary-button" %>
diff --git a/app/views/teams/_rename_dialog.html.erb b/app/views/teams/_rename_dialog.html.erb index fbc60935..f126b07f 100644 --- a/app/views/teams/_rename_dialog.html.erb +++ b/app/views/teams/_rename_dialog.html.erb @@ -24,7 +24,7 @@
- <%= I18n.t('button.close')%> + <%= f.submit I18n.t('button.save'), data: { action: "click->dialog#disable", "word-counter-target": "submit" }, class: "primary-button" %>