Sha256: 3db263d3e2d2b9d47da525b391b270f23183cfa7b48bc261fc091efe2e9960bf

Contents?: true

Size: 872 Bytes

Versions: 16

Compression:

Stored size: 872 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 |prop| %>
      <%# Rails.logger.debug "#{obj}" %>
      <tr>
        <td><%= "<a href='/admin/properties/#{prop[:id]}'>#{prop[:title]}</a>".html_safe %></td>
        <td><%= prop[:busy_coef] %></td>

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

      </tr>
  <% end %>

  </tbody>
</table>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
c80_estate-0.1.0.39 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb
c80_estate-0.1.0.38 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb
c80_estate-0.1.0.37 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb
c80_estate-0.1.0.36 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb
c80_estate-0.1.0.35 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb
c80_estate-0.1.0.34 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb
c80_estate-0.1.0.33 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb
c80_estate-0.1.0.32 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb
c80_estate-0.1.0.31 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb
c80_estate-0.1.0.30 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb
c80_estate-0.1.0.29 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb
c80_estate-0.1.0.28 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb
c80_estate-0.1.0.27 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb
c80_estate-0.1.0.26 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb
c80_estate-0.1.0.25 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb
c80_estate-0.1.0.24 app/views/c80_estate/shared/_table_properties_coef_busy.html.erb