Sha256: 9853586160b9ef22cfb58e599718d11301338ce9097b9bb13d2f06d74b6baa0d

Contents?: true

Size: 415 Bytes

Versions: 1

Compression:

Stored size: 415 Bytes

Contents

<%= form_for(@scriptcdn_scriptversion) do |f| %>

	<!-- PHC-Notifi Render Validation -->
	<%= render 'layouts/phcnotifi/components/validations', :object => @scriptcdn_scriptversion %>

	<div class="form-group">
		<label><%= f.label :scrptversion, "Version" %></label>
		<%= f.text_field :scrptversion %>
	</div>

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

<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcscriptcdn-0.6.0 app/views/phcscriptcdn/scriptcdn/scriptversions/_form.html.erb