Sha256: ff5207dd60498e1e06f93d1ac19c6d8f0600bb15207cbc7c56e81009ac60da6b

Contents?: true

Size: 1.92 KB

Versions: 9

Compression:

Stored size: 1.92 KB

Contents

<%= form_with(model: script_licence, local: true) do |form| %>

	<!-- PHCNotifi Render Validation -->
	<%= render 'phcnotifi/validations', :object => @script_licence %>

	<!-- Form Input Fields -->
	<div class="form-group field_with_error">
		<%= form.label :lcncname, "Licence Name" %>
		<%= form.text_field :lcncname, placeholder: "Licence Name", class: "form-control"  %>
	</div>
	<div class="form-group field_with_error">
		<%= form.label :lcncdescript, "Licence Description" %>
		<%= form.text_area :lcncdescript, placeholder: "Licence Descirption", class: "form-control"  %>
	</div>
	<div class="form-group field_with_error">
		<%= form.label :lcnccomgpl, "GPL(v3) Compatible" %>
		<%= form.select( :lcnccomgpl, [['No','No'],['Yes','Yes']], {}, {class: "form-control"}) %>
	</div>
	<div class="form-group field_with_error">
		<%= form.label :lcncarvlfsf, "FSF Approval" %>
		<%= form.select( :lcncarvlfsf, [['No','No'],['Yes','Yes']], {}, {class: "form-control"}) %>
	</div>
	<div class="form-group field_with_error">
		<%= form.label :lcncarvlosi, "OSI Approval" %>
		<%= form.select( :lcncarvlosi, [['No','No'],['Yes','Yes']], {}, {class: "form-control"}) %>
	</div>
	<div class="form-group field_with_error">
		<%= form.label :lcncarvlcopyfree, "Copyfree Approval" %>
		<%= form.select( :lcncarvlcopyfree, [['No','No'],['Yes','Yes']], {}, {class: "form-control"}) %>
	</div>
	<div class="form-group field_with_error">
		<%= form.label :lcncarvldebian, "Debian Approval" %>
		<%= form.select( :lcncarvldebian, [['No','No'],['Yes','Yes']], {}, {class: "form-control"}) %>
	</div>
	<div class="form-group field_with_error">
		<%= form.label :lcncarvlfedora, "Fedora Approval" %>
		<%= form.select( :lcncarvlfedora, [['No','No'],['Yes','Yes']], {}, {class: "form-control"}) %>
	</div>
	<!-- Form Input Fields -->

	<!-- Form Submition Button -->
	<div class="actions">
		<%= form.submit class: "btn btn-primary" %>
	</div>
	<!-- For Submition Button -->

<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phcscriptcdnpro-72.2.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-72.1.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-72.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-71.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-70.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-68.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-67.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-66.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-65.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb