Sha256: e5b1e50f3d4d55f0614b0c41d4bc7d72b174be2da5a10d90ae92bb6afc828d1c

Contents?: true

Size: 824 Bytes

Versions: 15

Compression:

Stored size: 824 Bytes

Contents

<table border="0" cellspacing="0" cellpadding="0" id="table_properties_coef_busy_sq" class="sortable index_table index" paginator="true">
  <thead>
  <tr>
    <th class="col col-prop">Объект</th>
    <th class="col col-coef">Занятость в м.кв.</th>
    <th class="col col-all">Всего м.кв.</th>
    <th class="col col-free">Свободно</th>
    <th class="col col-busy">Занято</th>
  </tr>
  </thead>
  <tbody>

  <% list.each do |obj| %>
      <%# Rails.logger.debug "#{obj}" %>
      <tr>
        <td><%= obj[:title] %></td>
        <td><%= obj[:busy_coef] %></td>

        <% if obj[:props].present? %>
            <% obj[:props].each_key do |key| %>
                <td><%= obj[:props][key] %></td>
            <% end %>
        <% end %>

      </tr>
  <% end %>

  </tbody>
</table>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
c80_estate-0.1.0.34 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.33 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.32 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.31 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.30 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.29 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.28 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.27 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.26 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.25 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.24 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.23 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.22 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.21 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.20 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb