Sha256: 8c18677c2d8890f64e0e6548b89ff43e69b8500ede58320d331648ca419c6abe

Contents?: true

Size: 1.15 KB

Versions: 25

Compression:

Stored size: 1.15 KB

Contents

<%= form_for([@script_url.listing, @script_url], url: form_url) do |f| %>

	<div class="form-group field_with_error">
		<%= f.label :scripturl, "Script URL" %>
		<%= f.text_field :scripturl, placeholder: "Script URL", class: "form-control"  %>
	</div>

	<div class="form-group field_with_error">
		<%= f.label :scripturlrelease, "Initial Release" %>
		<%= f.date_select :scripturlrelease, class: "form-control" %>
	</div>

	<div class="form-group field_with_error">
		<%= f.label :scripturlcdnupdate, "Latest Release" %>
		<%= f.date_select :scripturlcdnupdate, class: "form-control" %>
	</div>

	<div class="form-group field_with_errors">
		<label>Script Version</label>
		<%= collection_select(:script_url, :version_id, Phcscriptcdn::Script::Version.order('scriptversion'), :id, :scriptversion, {}, {class: "form-control"}) %>
	</div>

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

	<div class="actions">
		<%= f.submit class: "btn btn-primary" %>
	</div>

<% end %>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
phcscriptcdn-3.3.3 app/views/phcscriptcdn/script/urls/_form.html.erb
phcscriptcdn-3.3.2 app/views/phcscriptcdn/script/urls/_form.html.erb
phcscriptcdn-3.3.1 app/views/phcscriptcdn/script/urls/_form.html.erb
phcscriptcdn-3.3.0 app/views/phcscriptcdn/script/urls/_form.html.erb
phcscriptcdn-3.2.0 app/views/phcscriptcdn/script/urls/_form.html.erb
phcscriptcdn-3.1.5 app/views/phcscriptcdn/script/urls/_form.html.erb
phcscriptcdn-3.1.4 app/views/phcscriptcdn/script/urls/_form.html.erb
phcscriptcdn-3.1.3 app/views/phcscriptcdn/script/urls/_form.html.erb
phcscriptcdn-3.1.2 app/views/phcscriptcdn/script/urls/_form.html.erb
phcscriptcdn-3.1.1 app/views/phcscriptcdn/script/urls/_form.html.erb
phcscriptcdn-3.1.0 app/views/phcscriptcdn/script/urls/_form.html.erb
phcscriptcdn-3.0.7 app/views/phcscriptcdn/script/urls/_form.html.erb
phcscriptcdn-3.0.6 app/views/phcscriptcdn/script/urls/_form.html.erb
phcscriptcdn-3.0.5 app/views/phcscriptcdn/script/urls/_form.html.erb
phcscriptcdn-3.0.4 app/views/phcscriptcdn/script/urls/_form.html.erb
phcscriptcdn-3.0.2 app/views/phcscriptcdn/script/urls/_form.html.erb
phcscriptcdn-3.0.1 app/views/phcscriptcdn/script/urls/_form.html.erb
phcscriptcdnpro-3.2.1 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-3.2.0 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-3.1.1 app/views/phcscriptcdnpro/script/urls/_form.html.erb