Sha256: 341a4459659e48862e1f8f84489d8221bf7e6afcc68c02c915022e70eefaf627
Contents?: true
Size: 977 Bytes
Versions: 1
Compression:
Stored size: 977 Bytes
Contents
.stable.table-scroll.w120{ html_options } #scrollbars #scroll-vertical %div #scroll-horizontal %div #mask .c-left .t-header .t-row %div.top_left{column_html_options[0]} = data[0][0] .t-body.vertical - data.each_with_index do |row, index| - next if index == 0 .t-row %div{column_html_options[0]} = row[0] .c-right .t-header.horizontal .t-row - data[0].each_with_index do |cell, index| - next if index == 0 %div{column_html_options[index]} = cell .t-body.vertical.horizontal - data.each_with_index do |row, index| - next if index == 0 .t-row - row.each_with_index do |cell, index| - next if index == 0 %div{column_html_options[index]} = cell
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stable-rails-0.0.1 | app/views/stable/_stable.haml |