Sha256: 09b63d543469584f391a59b0faeb1ca87b050a9517fcddaae5f8f0d492b9b7a3
Contents?: true
Size: 873 Bytes
Versions: 5
Compression:
Stored size: 873 Bytes
Contents
<%# AppHelper::render_table_prop_busy_coef_sq %> <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
5 entries across 5 versions & 1 rubygems