Sha256: c8f42a88f05c2bac4c8c0d3a9fa1992a98d95391df9dbb50b24f688b28fa9c30

Contents?: true

Size: 833 Bytes

Versions: 5

Compression:

Stored size: 833 Bytes

Contents

<% # Нарисовать страницу просмотра всех Предложений.
   #
%>

<div class="ajax_div_offers offers_page <%= css_style_for_block %>" data-css_class_offers_block="<%= css_style_for_block %>">

  <%= render :partial => 'c80_catoffers/offers_list_widget',
             :locals => {
                     list_props:            list_props,
                     css_style_for_block:   css_style_for_block,
                     list_offers:           list_offers,
                     list_of_values_lists:  list_of_values_lists,
                     css_for_a:             css_for_a,
                     css_for_title:         css_for_title,
                     h3_title:              nil
             }
  %>

  <div class="div_will_paginate">
    <%= will_paginate list_offers %>
  </div>

</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
c80_catoffers-0.1.0.8 app/views/c80_catoffers/_offers_page.html.erb
c80_catoffers-0.1.0.7 app/views/c80_catoffers/_offers_page.html.erb
c80_catoffers-0.1.0.6 app/views/c80_catoffers/_offers_page.html.erb
c80_catoffers-0.1.0.5 app/views/c80_catoffers/_offers_page.html.erb
c80_catoffers-0.1.0.4 app/views/c80_catoffers/_offers_page.html.erb