diff options
Diffstat (limited to 'app/views/page_translations')
| -rw-r--r-- | app/views/page_translations/edit.html.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/page_translations/edit.html.erb b/app/views/page_translations/edit.html.erb index 7371a42e..89b594e8 100644 --- a/app/views/page_translations/edit.html.erb +++ b/app/views/page_translations/edit.html.erb | |||
| @@ -18,7 +18,8 @@ | |||
| 18 | </div> | 18 | </div> |
| 19 | 19 | ||
| 20 | <div id="page_editor"> | 20 | <div id="page_editor"> |
| 21 | <%= form_with url: node_translation_path(@node, @locale), method: :patch, local: true, id: "translation_edit_form" do |f| %> | 21 | <%= form_with url: node_translation_path(@node, @locale), method: :patch, local: true, id: "translation_edit_form", |
| 22 | data: { autosave_url: autosave_node_translation_path(@node, @locale), show_url: node_path(@node) } do |f| %> | ||
| 22 | <div id="content"> | 23 | <div id="content"> |
| 23 | <div class="node_description">Title</div> | 24 | <div class="node_description">Title</div> |
| 24 | <div class="node_content"> | 25 | <div class="node_content"> |
