-
- <%= t("protocols.steps.new.table_panel_title") %>
-
- <%= ff.remove_nested_fields_link do %>
-
- <% end %>
-
-
- <%= ff.smart_text_area :name, label: t("protocols.steps.new.table_name"), class: "table_name", autofocus: true, placeholder: t("protocols.steps.new.table_name_placeholder") %>
+
+
+ <%= ff.smart_text_area :name,
+ label: t("protocols.steps.new.table_name"),
+ class: "table_name",
+ autofocus: true,
+ single_line: true,
+ placeholder: t("protocols.steps.new.table_name_placeholder") %>
+
+
+ <%= ff.remove_nested_fields_link do %>
+
+ <% end %>
+
+
<%= ff.hidden_field(:contents, value: ff.object.contents_utf_8, class: "hot-contents" ) %>
diff --git a/config/locales/en.yml b/config/locales/en.yml
index c87270817..509faf2d0 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -2136,14 +2136,12 @@ en:
name_placeholder: "mRNA sequencing"
description: "Description"
description_placeholder: "Write what should be done here ..."
- checklist_panel_title: "Checklist"
checklist_name: "Checklist name"
checklist_name_placeholder: "Checklist name"
checklist_items: "Items"
checklist_item_placeholder: "Task"
checklist_add_item: "Add item"
add_checklist: "Add checklist"
- table_panel_title: "Table"
table_name: "Table title"
table_name_placeholder: "Table title"
add_table: "Add table"