Sha256: b7276e877dfaa3c85948363392ed4e020b60b9472d65087ab2fe47bdc96c5192

Contents?: true

Size: 1.52 KB

Versions: 73

Compression:

Stored size: 1.52 KB

Contents

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

	<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 :lcnccomgpl, "GPL(v3) Compatible" %>
		<%= f.select( :lcnccomgpl, [['No','No'],['Yes','Yes']], {}, {class: "form-control 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 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 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 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 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 form-control"}) %>
	</div>

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

<% end %>

Version data entries

73 entries across 73 versions & 2 rubygems

Version Path
phcscriptcdnpro-4.5.2 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-3.3.1 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-4.5.1 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-4.5.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-4.4.1 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-4.4.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-3.3.0 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-4.3.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-3.2.0 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-4.2.1 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-4.2.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-3.1.5 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdn-3.1.4 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-4.1.3 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-3.1.3 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-4.1.2 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-3.1.2 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-4.1.1 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdn-3.1.1 app/views/phcscriptcdn/script/licences/_form.html.erb
phcscriptcdnpro-4.1.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb