Sha256: 32d9c3bbc749360c760eb87c660b1710a95a4163a80ef4c5bb068800db70ae0a

Contents?: true

Size: 1.77 KB

Versions: 39

Compression:

Stored size: 1.77 KB

Contents

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

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

	<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 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

39 entries across 39 versions & 1 rubygems

Version Path
phcscriptcdnpro-5.8.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.7.5 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.7.4 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.7.3 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.7.2 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.7.1 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.7.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.6.7 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.6.6 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.6.5 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.6.3 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.6.2 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.6.1 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.6.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.5.6 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.5.5 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.5.3 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.5.2 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.5.1 app/views/phcscriptcdnpro/script/licences/_form.html.erb
phcscriptcdnpro-5.5.0 app/views/phcscriptcdnpro/script/licences/_form.html.erb