Sha256: b2af5a4a08f49a1d4fcd24847e55bdda60efd144976956a9865b6c91f4b0e1dd

Contents?: true

Size: 754 Bytes

Versions: 12

Compression:

Stored size: 754 Bytes

Contents

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

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

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
phcdevworks_tutorials-6.11.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-6.10.2 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-6.10.1 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-6.10.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-6.9.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-6.8.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-6.7.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-6.6.4 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-6.6.3 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-6.6.2 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-6.6.1 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-6.6.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb