Sha256: 6f6657f5aa90e232525ee84b93f430f696aca12fdfc241836a2a11c9df61180b
Contents?: true
Size: 744 Bytes
Versions: 21
Compression:
Stored size: 744 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 :type_name, "Project Type Name" %> <%= form.text_field :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
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
phcdevworks_portfolio-2.0.0 | app/views/phcdevworks_portfolio/project/types/_form.html.erb |