Sha256: ec0247d6e55b78e655db7e20eb926a72ff4c678edc8579e341eea4c0717defdd

Contents?: true

Size: 806 Bytes

Versions: 4

Compression:

Stored size: 806 Bytes

Contents

<table border="0" cellspacing="0" cellpadding="0" id="table_properties_coef_busy" class="index_table index sortable" 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

4 entries across 4 versions & 1 rubygems

Version Path
c80_estate-0.1.0.23 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb
c80_estate-0.1.0.22 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb
c80_estate-0.1.0.21 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb
c80_estate-0.1.0.20 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb