diff --git a/app/components/projects/table_component.html.erb b/app/components/projects/table_component.html.erb index 75c710351551..a697d0ca23ab 100644 --- a/app/components/projects/table_component.html.erb +++ b/app/components/projects/table_component.html.erb @@ -31,10 +31,10 @@ See COPYRIGHT and LICENSE files for more details.
- <%= angular_component_tag 'attribute-help-text',
+ <%= angular_component_tag 'opce-attribute-help-text',
inputs: {
helpTextId: attribute_help_text.id,
attribute: attribute_help_text.attribute_name,
diff --git a/app/views/augmented/_collapsible_section.html.erb b/app/views/augmented/_collapsible_section.html.erb
index b223a5c174aa..4b9986a9ffd9 100644
--- a/app/views/augmented/_collapsible_section.html.erb
+++ b/app/views/augmented/_collapsible_section.html.erb
@@ -1,6 +1,6 @@
-
+
+
<% end %>
@@ -116,8 +117,8 @@
-
<%= capture(&block) %>
diff --git a/app/views/colors/_color_autocomplete_field.html.erb b/app/views/colors/_color_autocomplete_field.html.erb
index e0c6ee7820a1..7f62de55413c 100644
--- a/app/views/colors/_color_autocomplete_field.html.erb
+++ b/app/views/colors/_color_autocomplete_field.html.erb
@@ -7,7 +7,7 @@
<%= form.hidden_field :color_id %>
- <%= content_tag('colors-autocompleter',
+ <%= content_tag('opce-colors-autocompleter',
'',
class: "colors-autocomplete form--select-container " + "#{container_class.present? ? container_class : '-middle'}",
data: { colors: options_for_colors(object),
diff --git a/app/views/common/_tabs.html.erb b/app/views/common/_tabs.html.erb
index 85c1c9a57684..d451fb41ac04 100644
--- a/app/views/common/_tabs.html.erb
+++ b/app/views/common/_tabs.html.erb
@@ -29,7 +29,7 @@ See COPYRIGHT and LICENSE files for more details.
<% gon.contentTabs = { tabs: tabs.to_json.html_safe, selected: selected_tab.to_json.html_safe } %>
<% if with_tab_nav %>
-
diff --git a/app/views/custom_actions/_form.html.erb b/app/views/custom_actions/_form.html.erb
index 0c6909b28086..b1e2620f55a7 100644
--- a/app/views/custom_actions/_form.html.erb
+++ b/app/views/custom_actions/_form.html.erb
@@ -66,7 +66,8 @@
<% elsif %i(date_property).include?(action.type) %>
<% date = action.values.first %>
- <%= tag 'custom-date-action-admin', data: { 'field-value': date.try(:iso8601) || date, 'field-name': input_name } %>
+ <%= angular_component_tag 'opce-custom-date-action-admin',
+ data: { 'field-value': date.try(:iso8601) || date, 'field-name': input_name } %>
<% elsif %i(string_property text_property).include?(action.type) %>
@@ -101,7 +102,7 @@
step: 1 %>
<% end %>
-
- |