app/views/phcscriptcdnpro/script/licences/_form.html.erb in phcscriptcdnpro-6.0.3 vs app/views/phcscriptcdnpro/script/licences/_form.html.erb in phcscriptcdnpro-7.0.0

- old
+ new

@@ -1,12 +1,11 @@ <%= form_for(script_licence) do |f| %> - <!-- For Validation by PHCNotifi --> + <!-- PHCNotifi Render Validation --> <%= render 'phcnotifi/validations', :object => @script_licence %> - <!-- For Validation by PHCNotifi --> - <!-- Form Fields --> + <!-- Form Input 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"> @@ -35,14 +34,14 @@ </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 Input Fields --> - <!-- Form Button --> + <!-- Form Submition Button --> <div class="actions"> <%= f.submit class: "btn btn-primary" %> </div> - <!-- Form Button --> + <!-- For Submition Button --> <% end %> \ No newline at end of file