Sha256: eebd5dda13aac8060cf776ab69f751ab443a452c6d1d98c66e22ea8c722657d2
Contents?: true
Size: 769 Bytes
Versions: 18
Compression:
Stored size: 769 Bytes
Contents
<!-- Form - Project - Categories --> <%= form_with(model: project_category, local: true) do |form| %> <!-- PHCNotifi Render Validation --> <%= render "phcdevworks_notifications/bootstrap/validations", :object => @project_category %> <!-- PHCNotifi Render Validation --> <!-- Form Input Fields --> <div class="form-group field_with_errors"> <%= form.label :category_name, "Project Category" %> <%= form.text_field :category_name, placeholder: "Project Category", class: "form-control" %> </div> <!-- Form Input Fields --> <!-- Form Submition Button --> <div class="actions"> <%= form.submit class: "btn btn-primary" %> </div> <!-- For Submition Button --> <% end %> <!-- Form - Project - Posts -->
Version data entries
18 entries across 18 versions & 1 rubygems