Sha256: a7b042f9768f17c9ee91592e31e69c7abc8e40997dbfa2342251154908532bbf

Contents?: true

Size: 684 Bytes

Versions: 5

Compression:

Stored size: 684 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

5 entries across 5 versions & 1 rubygems

Version Path
phcscriptcdnpro-2.1.0 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-2.0.3 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-2.0.2 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-2.0.1 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb
phcscriptcdnpro-2.0.0 app/views/phcscriptcdnpro/scriptcdn/urls/_form.html.erb