Sha256: a826e539e31fb6d11427dc69d02e19728e9814fc5362102a57d7be0f96b9a470
Contents?: true
Size: 368 Bytes
Versions: 32
Compression:
Stored size: 368 Bytes
Contents
<%= semantic_form_for :moderation, :url => do_moderation_admin_lentil_images_path do |form| %> <% if @images.length > 0 %> <%= render :partial => "/admin/lentil_images/moderation_form_body", :locals => {:form => form}%> <% else %> <div class="blank_slate_container"> <span class="blank_slate">No Images Found</span> </div> <% end -%> <% end -%>
Version data entries
32 entries across 32 versions & 1 rubygems