Sha256: 87b24309d8f26ce2b109bd96e834caaeac3390e50eb7ddcf29ab33fef133296c

Contents?: true

Size: 387 Bytes

Versions: 7

Compression:

Stored size: 387 Bytes

Contents

<%= form_for(script_version) do |f| %>

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

	<div class="form-group field_with_error">
		<%= f.label :scriptversion, "Version Number" %>
		<%= f.text_field :scriptversion, placeholder: "Version Number", class: "form-control"  %>
	</div>

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

<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phcscriptcdn-4.3.2 app/views/phcscriptcdn/script/versions/_form.html.erb
phcscriptcdn-4.3.1 app/views/phcscriptcdn/script/versions/_form.html.erb
phcscriptcdn-4.3.0 app/views/phcscriptcdn/script/versions/_form.html.erb
phcscriptcdn-4.2.1 app/views/phcscriptcdn/script/versions/_form.html.erb
phcscriptcdn-4.2.0 app/views/phcscriptcdn/script/versions/_form.html.erb
phcscriptcdn-4.1.0 app/views/phcscriptcdn/script/versions/_form.html.erb
phcscriptcdn-4.0.0 app/views/phcscriptcdn/script/versions/_form.html.erb