app/views/phccodesnipper/script/urls/_form.html.erb in phccodesnipper-5.4.0 vs app/views/phccodesnipper/script/urls/_form.html.erb in phccodesnipper-6.0.0
- old
+ new
@@ -1,22 +1,22 @@
-<!-- Form - Script - Url -->
+<!-- -PHCDEV- Form - Script - Url -->
<%= form_with(model: [ @script_snippet, @script_url], url: form_url, local: true) do |form| %>
- <!-- PHCNotifi Render Validation -->
- <%= render 'phcnotifi/default/validations', :object => @script_url %>
- <!-- PHCNotifi Render Validation -->
+ <!-- -PHCDEV- Form Validation -->
+ <%= render "phcdevworks_notifications/bootstrap/validations", :object => @script_url %>
+ <!-- -PHCDEV- Form Validation -->
- <!-- Form Input Fields -->
- <div class="form-group field_with_errors">
- <%= form.label :script_url %>
- <%= form.text_field :script_url, class: 'form-control', placeholder: 'Script Url' %>
+ <!-- -PHCDEV- Form Input Fields -->
+ <div class="mb-3">
+ <%= form.label :script_url, class: "form-label" %>
+ <%= form.text_field :script_url, placeholder: "Script Url", class: "form-control" %>
</div>
- <!-- Form Input Fields -->
+ <!-- -PHCDEV- Form Input Fields -->
- <!-- Form Submition Button -->
+ <!-- -PHCDEV- Form Submition Button -->
<div class="actions">
<%= form.submit class: "btn btn-primary" %>
</div>
- <!-- For Submition Button -->
+ <!-- -PHCDEV- Form Submition Button -->
<% end %>
-<!-- Form - Script - Url -->
+<!-- -PHCDEV- Form - Script - Url -->