app/views/phcscriptcdnpro/script/licences/_form.html.erb in phcscriptcdnpro-5.0.3 vs app/views/phcscriptcdnpro/script/licences/_form.html.erb in phcscriptcdnpro-5.1.0

- old
+ new

@@ -5,9 +5,13 @@ <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" %>