Sha256: c882221422705aecb009e752734839ee9010f202ef9e46203a13931ed1884b05

Contents?: true

Size: 708 Bytes

Versions: 5

Compression:

Stored size: 708 Bytes

Contents

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

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phcdevworks_core_modules-1.0.0 app/views/phcdevworks_core_modules/modules/categories/_form.html.erb
phcdevworks_core_modules-0.4.0 app/views/phcdevworks_core_modules/modules/categories/_form.html.erb
phcdevworks_core_modules-0.3.0 app/views/phcdevworks_core_modules/modules/categories/_form.html.erb
phcdevworks_core_modules-0.2.0 app/views/phcdevworks_core_modules/modules/categories/_form.html.erb
phcdevworks_core_modules-0.1.0 app/views/phcdevworks_core_modules/modules/categories/_form.html.erb