Sha256: 759beef028e28840bf27feb67b145cbb54f14037f418de815548d15e2fc4b567

Contents?: true

Size: 715 Bytes

Versions: 6

Compression:

Stored size: 715 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>
      <% obj[:props].each_key do |key| %>
        <td><%= obj[:props][key] %></td>
      <% end %>
    </tr>
  <% end %>

  </tbody>
</table>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
c80_estate-0.1.0.9 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.8 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.7 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.6 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.5 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb
c80_estate-0.1.0.4 app/views/c80_estate/shared/_table_properties_coef_busy_sq.html.erb