Sha256: 18d6de8125ef4f4375509920efeabc224f3bf42612345b3935a76caba3530199
Contents?: true
Size: 760 Bytes
Versions: 19
Compression:
Stored size: 760 Bytes
Contents
<!-- Form - Project - Types --> <%= form_with(model: project_type, local: true) do |form| %> <!-- PHCNotifi Render Validation --> <%= render "phcdevworks_notifications/bootstrap/validations", :object => @project_type %> <!-- PHCNotifi Render Validation --> <!-- Form Input Fields --> <div class="form-group field_with_errors"> <%= form.label :project_type_name, "Project Type Name" %> <%= form.text_field :project_type_name, placeholder: "Project Type", 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
19 entries across 19 versions & 1 rubygems