Sha256: fb7b8bf614cc7bfec7663079933752101d2e0892fdcf4bc27e7d49663d05bfe8

Contents?: true

Size: 605 Bytes

Versions: 29

Compression:

Stored size: 605 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_catlist %>

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

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

<% end %>

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
phcmemberspro-2.1.9 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-2.1.8 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-2.1.7 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-2.1.6 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-2.1.4 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-2.1.3 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmemberspro-2.1.2 app/views/phcmemberspro/directory/catlists/_form.html.erb
phcmembers-1.0.1 app/views/phcmembers/directory/catlists/_form.html.erb
phcmembers-1.0.0 app/views/phcmembers/directory/catlists/_form.html.erb