Sha256: 163a3bec401153fd2f4a0330c0d6debfabf261811b7e5bcc0a9240aa9a2a3149

Contents?: true

Size: 994 Bytes

Versions: 9

Compression:

Stored size: 994 Bytes

Contents

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

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

    <!-- Form Input Fields -->
    <div class="form-group">
        <%= form.label :post_category_name, "Category Name" %>
        <%= form.text_field :post_category_name, class: "form-control" %>
    </div>
    
	<div class="form-group">
		<label>Attach SEO Data</label>
		<%= collection_select(:post_category, :optimization_id, PhcdevworksCoreModules::Marketing::Optimization.order("marketing_optimization_page_title"), :id, :marketing_optimization_page_title, {}, {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 - Category -->

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phcdevworks_core_modules-6.2.0 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-6.1.0 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-6.0.4 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-6.0.3 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-6.0.2 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-6.0.1 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-6.0.0 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-5.1.0 app/views/phcdevworks_core_modules/post/categories/_form.html.erb
phcdevworks_core_modules-5.0.0 app/views/phcdevworks_core_modules/post/categories/_form.html.erb