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

Version Path
phcdevworks_portfolio-11.0.2 app/views/phcdevworks_portfolio/project/types/_form.html.erb
phcdevworks_portfolio-11.0.1 app/views/phcdevworks_portfolio/project/types/_form.html.erb
phcdevworks_portfolio-11.0.0 app/views/phcdevworks_portfolio/project/types/_form.html.erb