Sha256: 4143781c690baea391e21da2c8b975a126b0d43bc1286adfda11fc5107e1aade
Contents?: true
Size: 495 Bytes
Versions: 28
Compression:
Stored size: 495 Bytes
Contents
<% columns_hash = {} %> <table> <thead> <tr> <% show_columns_for(associated.first, column, columns_hash).each(:skip_groups => true) do |column| -%> <th><%= show_label(column) %></th> <% end -%> </tr> </thead> <tbody> <% associated.each do |record| -%> <%= render :partial => 'show_horizontal_record', :locals => {:record => record, :parent_record => parent_record, :columns => show_columns_for(associated.first, column, columns_hash)} %> <% end -%> </tbody> </table>
Version data entries
28 entries across 28 versions & 1 rubygems