Sha256: 36a767e48bda0ffc05d25c3e35cf12d75d201d999e85fdbf8c22977a117d307e

Contents?: true

Size: 805 Bytes

Versions: 10

Compression:

Stored size: 805 Bytes

Contents

<table border="0" cellspacing="0" cellpadding="0" id="index_table_sevents" class="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

10 entries across 10 versions & 1 rubygems

Version Path
c80_estate-0.1.0.19 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.18 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.17 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.16 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.15 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.14 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.13 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.12 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.11 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.10 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb