Sha256: 1cd228238db8465846492e955ca55c8930663ab901b1ba3dd1d1fb9cd91d0325

Contents?: true

Size: 681 Bytes

Versions: 10

Compression:

Stored size: 681 Bytes

Contents

<%= 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 :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

10 entries across 10 versions & 1 rubygems

Version Path
phcdevworks_tutorials-2.0.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-1.2.5 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-1.2.4 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-1.2.3 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-1.2.2 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-1.2.1 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-1.2.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-1.1.1 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-1.1.0 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb
phcdevworks_tutorials-1.0.2 app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb