Sha256: 5dcebaa6407794a556340c6bc6a3c49f710b05fc2ac9d984bba56d5c90fc756e

Contents?: true

Size: 751 Bytes

Versions: 4

Compression:

Stored size: 751 Bytes

Contents

<!-- Form - Category - Post -->
<%= form_with(model: post_category, local: true) do |form| %>

    <!-- PHCNotifi Render Validation -->
    <%= render "phcdevworks_notifications/bootstrap/validations", :object => @post_category %>
    <!-- PHCNotifi Render Validation -->

    <!-- Form Input Fields -->
    <div class="mb-3">
        <%= form.label :post_category_name, "Category Name", class: "form-label" %>
        <%= form.text_field :post_category_name, 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 - Category - Post -->

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcdevworks_core_modules-8.0.3 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-8.0.2 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-8.0.1 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-8.0.0 app/views/phcdevworks_core_modules/post/categories/_form.html.erb