Sha256: 9287f9080cb13e78d8a996f74d26104531fd6464b878580ab3192bd041a0b255

Contents?: true

Size: 683 Bytes

Versions: 35

Compression:

Stored size: 683 Bytes

Contents

<%= form_for([@scriptcdn_url.main, @scriptcdn_url], url: scriptcdn_main_urls_path) do |f| %>

	<%= render 'phcnotifi/validations', :object => @scriptcdn_url %>

	<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 %>

Version data entries

35 entries across 35 versions & 2 rubygems

Version Path
phcscriptcdn-2.0.4 app/views/phcscriptcdn/scriptcdn/urls/_form.html.erb
phcscriptcdn-2.0.3 app/views/phcscriptcdn/scriptcdn/urls/_form.html.erb
phcscriptcdn-2.0.1 app/views/phcscriptcdn/scriptcdn/urls/_form.html.erb
phcscriptcdn-2.0.0 app/views/phcscriptcdn/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-1.13.0 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-1.12.6 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-1.12.5 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-1.12.4 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-1.12.3 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-1.12.2 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-1.12.1 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-1.12.0 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-1.11.12 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-1.11.11 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-1.11.10 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-1.11.9 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-1.11.8 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-1.11.7 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-1.11.6 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-1.11.5 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb