Sha256: 32238d87becb50cd61cd68caac86e08f0b8c1b5837cfffb0a4f0275aeb93d118

Contents?: true

Size: 772 Bytes

Versions: 18

Compression:

Stored size: 772 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 field_with_errors">
        <%= 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

18 entries across 18 versions & 1 rubygems

Version Path
phcdevworks_tutorials-6.5.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-6.4.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-6.3.1 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-6.3.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-6.2.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-6.1.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-6.0.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-5.2.2 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-5.2.1 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-5.2.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-5.1.2 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-5.1.1 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-5.1.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-5.0.2 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-5.0.1 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-5.0.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-4.0.1 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-4.0.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb