app/views/phccodesnipper/script/urls/_form.html.erb in phccodesnipper-1.0.0 vs app/views/phccodesnipper/script/urls/_form.html.erb in phccodesnipper-1.1.0

- old
+ new

@@ -1,10 +1,10 @@ <!-- Form - Script - Url --> <%= form_with(model: [ @script_snippet, @script_url], url: form_url, local: true) do |form| %> - <!-- Render Validation --> - <%= render 'phcnotifi/validations', :object => @script_url %> - <!-- Render Validation --> + <!-- PHCNotifi Render Validation --> + <%= render 'phcnotifi/default/validations', :object => @script_url %> + <!-- PHCNotifi Render Validation --> <div class="form-group field_with_errors"> <%= form.label :script_url %> <%= form.text_field :script_url, class: 'form-control', placeholder: 'Script Url' %> </div>