Sha256: 7f560d4ccdfb3a16eb9142c954f4602f486b5b9550d87e96acbbedc6ba402038
Contents?: true
Size: 826 Bytes
Versions: 3
Compression:
Stored size: 826 Bytes
Contents
<!-- -PHCDEV- Form - Project - Types --> <%= form_with(model: project_type, local: true) do |form| %> <!-- -PHCDEV- Form Validation --> <%= render "phcdevworks_notifications/bootstrap/validations", :object => @project_type %> <!-- -PHCDEV- Form Validation --> <!-- -PHCDEV- Form Input Fields --> <div class="mb-3"> <%= form.label :project_type_name, "Project Type Name", class: "form-label" %> <%= form.text_field :project_type_name, placeholder: "Project Type", class: "form-control" %> </div> <!-- -PHCDEV- Form Input Fields --> <!-- -PHCDEV- Form Submition Button --> <div class="actions"> <%= form.submit class: "btn btn-primary" %> </div> <!-- -PHCDEV- For Submition Button --> <% end %> <!-- -PHCDEV- Form - Project - Posts -->
Version data entries
3 entries across 3 versions & 1 rubygems