iron-cms 0.16.1 → 0.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/views/iron/entries/_form.html.erb +1 -1
- data/lib/iron/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d11361aed0fbe416fa648dbcfdfe56e862e272b0e0aa0f46408069cd235574a
|
|
4
|
+
data.tar.gz: 42dffed72289f2a382fd5d56548766daae73a1ce6c879023866354257a17a72a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b8d5890667008d74ce7b30ff160237bdb327b5b7c9fe714c34dce2ec62d7ffe363d2bf52c0b12eb559b62846b00c5d2c38bb1390d9a768516847a6585349550
|
|
7
|
+
data.tar.gz: 6b03bb2f15489b789be9cd66b3e4820a0ff0207c8e367a2629a7e5cfd90af2fb8a0f6ee0e563de9d485a50d2594c632ae196e1fce45ae7c894b9d55e11381bbb
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<%= form_with(model: entry.persisted? ? entry : [ entry.content_type, entry ],
|
|
4
4
|
data: {
|
|
5
5
|
controller: "form",
|
|
6
|
-
action: "input->form#checkDirty change->form#checkDirty keydown.ctrl+s@window->form#save keydown.meta+s@window->form#save",
|
|
6
|
+
action: "input->form#checkDirty change->form#checkDirty lexxy:change->form#checkDirty keydown.ctrl+s@window->form#save keydown.meta+s@window->form#save",
|
|
7
7
|
form_unsaved_message_value: t("iron.forms.unsaved_changes_confirmation")
|
|
8
8
|
}) do |form| %>
|
|
9
9
|
<%= hidden_field_tag :locale, locale.code %>
|
data/lib/iron/version.rb
CHANGED