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