Sha256: 564aef1a0531e1ac2e84e88db91e428dec9e4110d5bfccf4a4cdc7cadcc7007f

Contents?: true

Size: 1.86 KB

Versions: 13

Compression:

Stored size: 1.86 KB

Contents

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

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

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

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

<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
phcscriptcdnpro-6.0.2 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-6.0.1 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-6.0.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.10.3 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.10.1 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.10.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.9.5 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.9.1 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.9.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.8.9 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.8.7 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.8.6 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.8.5 app/views/phcscriptcdnpro/script/licences/_form.html.erb