Sha256: 5df8db9041daad3fdc9f14ea75b5ddf18762fb6b9a0f6ef20fc11bbd53f389f6
Contents?: true
Size: 700 Bytes
Versions: 6
Compression:
Stored size: 700 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