Sha256: 555f636f4b870a863582446c1aeac358c52e05d4e2b4d6fb2deace722189a691

Contents?: true

Size: 508 Bytes

Versions: 6

Compression:

Stored size: 508 Bytes

Contents

<%= form_with(model: tutorial_category, local: true) do |form| %>

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
phcdevworks_tutorials-1.0.1 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-1.0.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-0.5.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-0.4.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-0.2.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-0.1.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb