Sha256: 8d8625b267ecf3c153b40f36bc1825992f1327fda981c50cbfe134c205bc85b1

Contents?: true

Size: 818 Bytes

Versions: 4

Compression:

Stored size: 818 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, Phcmembers::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

4 entries across 4 versions & 1 rubygems

Version Path
phcmembers-0.9.8 app/views/phcmembers/directory/catlists/_form.html.erb
phcmembers-0.9.7 app/views/phcmembers/directory/catlists/_form.html.erb
phcmembers-0.9.6 app/views/phcmembers/directory/catlists/_form.html.erb
phcmembers-0.8.0 app/views/phcmembers/directory/catlists/_form.html.erb