Sha256: e40c54f6b22a9d9094a8e2d5d12bac7dd48bd1606286c36463f4062d31fb4ad7

Contents?: true

Size: 700 Bytes

Versions: 13

Compression:

Stored size: 700 Bytes

Contents

<!-- Form - Category -->
<%= 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="form-group">
        <%= form.label :post_category_name, "Category Name" %>
        <%= 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 -->

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
phcdevworks_core_modules-7.2.2 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-7.2.1 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-7.2.0 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-7.1.4 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-7.1.3 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-7.1.2 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-7.1.1 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-7.1.0 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-7.0.0 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-6.5.0 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-6.4.0 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-6.3.0 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-6.2.1 app/views/phcdevworks_core_modules/post/categories/_form.html.erb