Sha256: b54e72f850459c5796956a25090929ba7fbd792e94624528911b096461e226ab

Contents?: true

Size: 821 Bytes

Versions: 17

Compression:

Stored size: 821 Bytes

Contents

<%= form_for([@directory_catlist.category, @directory_catlist], url: directory_category_catlists_path) do |f| %>
	
	<!-- PHC-Notifi Render Validation -->
	<%= render 'layouts/phcnotifi/components/validations', :object => @directory_category %>

	<div class="form-group field_with_errors">
		<label>Select a Listing</label>
		<%= collection_select(:directory_catlist, :listing_id, Phcmemberspro::Members::Listing.order('mlcompanyname'), :id, :mlcompanyname, {}, {class: "form-control form-control-sm"}) %>
	</div>

	<div class="form-group field_with_errors">
		<label><%= f.label :category_id, "Select a Category" %></label>
		<%= f.text_field :category_id, class: "form-control", placeholder: "Directory Category" %>
	</div>

	<div class="actions">
		<%= f.submit "Submit", class: "btn btn-primary" %>
	</div>

<% end %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
phcmemberspro-2.1.0 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-1.8.0 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-1.7.0 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-1.6.5 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-1.6.3 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-1.6.1 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-1.6.0 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-1.5.8 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-1.5.7 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-1.5.6 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-1.5.5 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-1.0.6 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-1.0.5 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-1.0.3 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-1.0.2 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-1.0.1 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-1.0.0 app/views/phcmemberspro/directory/catlists/_form.html.erb