diff --git a/app/views/admin/admin_notifications/index.html.erb b/app/views/admin/admin_notifications/index.html.erb
index 986f1c077..c4d8b9c43 100644
--- a/app/views/admin/admin_notifications/index.html.erb
+++ b/app/views/admin/admin_notifications/index.html.erb
@@ -33,7 +33,7 @@
<%= link_to t("admin.admin_notifications.index.edit"),
edit_admin_admin_notification_path(admin_notification),
- method: :get, class: "button expanded hollow" %>
+ class: "button expanded hollow" %>
<%= link_to t("admin.admin_notifications.index.delete"),
diff --git a/app/views/admin/budgets/_form.html.erb b/app/views/admin/budgets/_form.html.erb
index e8337e551..a9e1805a5 100644
--- a/app/views/admin/budgets/_form.html.erb
+++ b/app/views/admin/budgets/_form.html.erb
@@ -95,7 +95,7 @@
<%= link_to t("admin.budgets.edit.edit_phase"),
edit_admin_budget_budget_phase_path(@budget, phase),
- method: :get, class: "button hollow expanded" %>
+ class: "button hollow expanded" %>
|
<% end %>
diff --git a/app/views/admin/milestone_statuses/index.html.erb b/app/views/admin/milestone_statuses/index.html.erb
index 45c1e96a9..bf1940a64 100644
--- a/app/views/admin/milestone_statuses/index.html.erb
+++ b/app/views/admin/milestone_statuses/index.html.erb
@@ -25,7 +25,7 @@
<%= link_to t("admin.statuses.index.edit"),
edit_admin_milestone_status_path(status),
- method: :get, class: "button hollow" %>
+ class: "button hollow" %>
<%= link_to t("admin.statuses.index.delete"),
admin_milestone_status_path(status),
method: :delete, class: "button hollow alert" %>
diff --git a/app/views/admin/newsletters/index.html.erb b/app/views/admin/newsletters/index.html.erb
index 3a2f6fb9d..7bbabde90 100644
--- a/app/views/admin/newsletters/index.html.erb
+++ b/app/views/admin/newsletters/index.html.erb
@@ -31,7 +31,7 @@
|
<%= link_to t("admin.newsletters.index.edit"), edit_admin_newsletter_path(newsletter),
- method: :get, class: "button hollow expanded" %>
+ class: "button hollow expanded" %>
<%= link_to t("admin.newsletters.index.delete"), admin_newsletter_path(newsletter),
|