Appease the dog overlords
This commit is contained in:
parent
de3e04812d
commit
df3d4d71bb
|
@ -7,7 +7,10 @@
|
|||
- if current_user.theme
|
||||
.pull-right
|
||||
= link_to t(".delete"), settings_theme_path, data: { turbo_confirm: t("voc.confirm"), turbo_method: :delete }, tabindex: -1, class: "btn btn-danger"
|
||||
= bootstrap_form_for(current_user.theme || Theme.new, html: { id: "update" }, method: :patch, data: { turbo: false, controller: "theme", action: "theme#submit" }) do |f|
|
||||
= bootstrap_form_for(current_user.theme || Theme.new,
|
||||
html: { id: "update" },
|
||||
method: :patch,
|
||||
data: { turbo: false, controller: "theme", action: "theme#submit" }) do |f|
|
||||
.card
|
||||
.card-body
|
||||
%h2= t(".general.heading")
|
||||
|
|
Loading…
Reference in New Issue