Sha256: 1739f9affb30c71c9390e6aca63fe72189b9f4b5cd23d0aa629df0555d1dedf2

Contents?: true

Size: 1.22 KB

Versions: 40

Compression:

Stored size: 1.22 KB

Contents

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

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

	<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, Phcscriptcdnpro::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, Phcscriptcdnpro::Script::Extension.order('scriptextensionname'), :id, :scriptextension, {}, {class: "form-control"}) %>
	</div>
	<div class="actions">
		<%= f.submit class: "btn btn-primary" %>
	</div>

<% end %>

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
phcscriptcdnpro-5.8.0 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-5.7.5 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-5.7.4 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-5.7.3 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-5.7.2 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-5.7.1 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-5.7.0 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-5.6.7 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-5.6.6 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-5.6.5 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-5.6.3 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-5.6.2 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-5.6.1 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-5.6.0 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-5.5.6 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-5.5.5 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-5.5.3 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-5.5.2 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-5.5.1 app/views/phcscriptcdnpro/script/urls/_form.html.erb
phcscriptcdnpro-5.5.0 app/views/phcscriptcdnpro/script/urls/_form.html.erb