Sha256: 625fd1532922ee82b8215a58aab25e1bfbeda72cffecdf7e38673c2d4fb469f0
Contents?: true
Size: 434 Bytes
Versions: 13
Compression:
Stored size: 434 Bytes
Contents
%h2= EffectiveClassifieds.classifieds_label - published = Effective::Classified.classifieds(user: current_user).count - if published > 0 - datatable = EffectiveClassifiedsDatatable.new(self, namespace: :effective) = render_datatable(datatable, simple: true) - else %p There are no active postings. When there are, we'll show them here. %p= link_to 'View All', effective_classifieds.classifieds_path, class: 'btn btn-primary'
Version data entries
13 entries across 13 versions & 1 rubygems