app/views/phcscriptcdnpro/scriptcdn/urls/_formpatch.html.erb in phcscriptcdnpro-1.9.1 vs app/views/phcscriptcdnpro/scriptcdn/urls/_formpatch.html.erb in phcscriptcdnpro-1.9.2

- old
+ new

@@ -5,9 +5,13 @@ <div class="form-group field_with_error"> <%= f.label :scripturl, "Script URL" %> <%= f.text_field :scripturl, placeholder: "Script Name", class: "form-control" %> </div> <div class="form-group field_with_error"> + <%= f.label :scripturlext, "Script Extention" %> + <%= f.select( :scripturlext, [['.css','css'],['.js','js'],['.html','html'],['.scss','scss']], {}, {class: "form-control form-control"}) %> + </div> + <div class="form-group field_with_error"> <%= f.submit class: "btn blue-hoki" %> </div> <% end %>