app/views/phcscriptcdn/script/urls/_form.html.erb in phcscriptcdn-5.1.2 vs app/views/phcscriptcdn/script/urls/_form.html.erb in phcscriptcdn-6.0.0b

- old
+ new

@@ -1,11 +1,11 @@ <%= form_for([@script_url.listing, @script_url], url: form_url) do |f| %> <!-- PHC-Notifi Render Validation --> <%= render 'phcnotifi/validations', :object => @script_url %> <!-- PHC-Notifi Render Validation --> - + <!-- Form Fields --> <div class="form-group field_with_error"> <%= f.label :scripturl, "Script URL" %> <%= f.text_field :scripturl, placeholder: "Script URL", class: "form-control" %> </div> @@ -24,13 +24,13 @@ <div class="form-group field_with_errors"> <label>Script Extensions</label> <%= collection_select(:script_url, :extension_id, Phcscriptcdn::Script::Extension.order('scriptextensionname'), :id, :scriptextension, {}, {class: "form-control"}) %> </div> <!-- Form Fields --> - + <!-- Form Button --> <div class="actions"> <%= f.submit class: "btn btn-primary" %> </div> <!-- Form Button --> -<% end %> \ No newline at end of file +<% end %>