Sha256: ff94d062c2183acb5f6d2bcbad34cb25813a3e70ebe7ff8fcc8a39117d8c3ac2
Contents?: true
Size: 1.5 KB
Versions: 2
Compression:
Stored size: 1.5 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_property_props(@item) %> <div id="div_vendor_logo"> <%# smiph_render_vendor_logo(@item) %> </div> </div> </div> </div> <div id="price_info" class="clearfix"> <%= ph_render_price_props(@item, current_admin_user.can_view_statistics?) %> </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> <%= ph_render_tech_props(@item) %> </div> <div id="div_all_areas_table" class="wrap_collapse"> <button type="button" class="btn" data-toggle="collapse" data-target="#iid"> <span class="fa fa-chevron-right"></span> Площади объекта <%= @item.title %> (<%= @item.areas.count %>) </button> <div class="collapse" id="iid"> <%= ph_render_areas_table(@item) %> </div> </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.33 | app/views/c80_estate/shared/properties/_single_property_on_page.html.erb |
c80_estate-0.1.0.32 | app/views/c80_estate/shared/properties/_single_property_on_page.html.erb |