-
- <%= translation_button(:book_title) %>
-
- <%= form.text_field :title, required: true, autofocus: true, class: "input", placeholder: "Book title", autocomplete: "off" %>
-
-
-
- <%= translation_button(:book_subtitle) %>
- <%= form.text_area :subtitle, class: "input", placeholder: "Subtitle", autocomplete: "off" %>
-
-
- <%= translation_button(:book_author) %>
- <%= form.text_field :author, class: "input", placeholder: "Author", autocomplete: "off" %>
-
+
+
+ <%= translation_button(:book_title) %>
+
+ <%= form.text_field :title, required: true, autofocus: true, class: "input", placeholder: "Book title", autocomplete: "off" %>
+
+
+
+ <%= translation_button(:book_subtitle) %>
+ <%= form.text_area :subtitle, class: "input", placeholder: "Subtitle", autocomplete: "off" %>
+
+
+ <%= translation_button(:book_author) %>
+ <%= form.text_field :author, class: "input", placeholder: "Author", autocomplete: "off" %>
diff --git a/app/views/books/edit.html.erb b/app/views/books/edit.html.erb
index dcb2a532..f5975d66 100644
--- a/app/views/books/edit.html.erb
+++ b/app/views/books/edit.html.erb
@@ -18,7 +18,7 @@
<%= image_tag "trash.svg", aria: { hidden: true }, size: 24 %>
Delete <%= @book.title %>
<% end %>
-
diff --git a/app/views/pages/new.html.erb b/app/views/pages/new.html.erb
index 0973a0b4..00c140d6 100644
--- a/app/views/pages/new.html.erb
+++ b/app/views/pages/new.html.erb
@@ -7,7 +7,7 @@