Sha256: 4ff09dd5a79ff1b72d79514893613ff21c785215e24dabfef3537e0565412ce0
Contents?: true
Size: 790 Bytes
Versions: 10
Compression:
Stored size: 790 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> <% if obj[:props].present? %> <% obj[:props].each_key do |key| %> <td><%= obj[:props][key] %></td> <% end %> <% end %> </tr> <% end %> </tbody> </table>
Version data entries
10 entries across 10 versions & 1 rubygems