Sha256: 26f75521e6ba7968f368298af1d2be8668384711954fa7ee0b508d6e14abc400
Contents?: true
Size: 1.58 KB
Versions: 2
Compression:
Stored size: 1.58 KB
Contents
<% item_title = @item.title %> <h4 class="bold">Общая информация</h4> <div class="clearfix"> <div id="div_main_show_area" class="clearfix"> <%= link_to image_tag('w227x182px.gif', :alt=>item_title, :data => {:original => image_path(@item.main_image_url)}, :class => 'lazy'), image_path(@item.main_image_url), :title => item_title, :class => 'lazy-image-wrapper no-outline' %> <div id="main_props"> <%= smiph_render_all_props(@item) %> <div id="div_vendor_logo"> <%= smiph_render_vendor_logo(@item) %> </div> </div> </div> <div id="gallery_block"><%= lh_render_gallery4(@vparams[:galleries]) %></div> </div> <div id="price_info hidden" class="clearfix"> <%# smiph_render_price_props(@item,@sub_cat.id) %> </div> <div id="div_button_order" class="hidden"> <%# link_to "Заказать","#", # :class => 'button-red no-clickable no-outline bold c80_order_invoking_btn', # :data => { # subj_id: @vparams[:c80_order_form_subj], # comment_text: @vparams[:c80_order_form_comment_text] # } %> </div> <div id="div_desc"> <%= @item.desc.html_safe if @item.desc.present? %> </div> <div id="div_common_props" class="clearfix"> <h4 class="bold">Техническая информация</h4> <%= smiph_render_common_props(@item) %> </div> <div id="related_items" class="hidden"> <%# smiph_render_related_items(@item) %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
c80_estate-0.1.0.14 | app/views/c80_estate/shared/areas/_single_area_on_page.html.erb |
c80_estate-0.1.0.13 | app/views/c80_estate/shared/areas/_single_area_on_page.html.erb |