Sha256: 43937a2d3956c23b526eac416215cbcb502111ba4cbe8782ba6f4864d021beba
Contents?: true
Size: 716 Bytes
Versions: 15
Compression:
Stored size: 716 Bytes
Contents
<!-- Form - Directory - Category --> <%= form_with(model: @directory_category, local: true) do |form| %> <!-- PHCNotifi Render Validation --> <%= render 'phcnotifi/default/validations', :object => @directory_category %> <!-- PHCNotifi Render Validation --> <!-- Form Input Fields --> <div class="form-group field_with_errors"> <%= form.label :category_name, "Category Name" %> <%= form.text_field :category_name, class: "form-control", placeholder: "Directory Category" %> </div> <!-- Form Input Fields --> <!-- Form Submition Button --> <div class="actions"> <%= form.submit class: "btn btn-primary btn-md" %> </div> <!-- For Submition Button --> <% end %> <!-- Form - Directory - Category -->
Version data entries
15 entries across 15 versions & 2 rubygems