Sha256: 3109b66af00b1f39939160555f358a8517b78be0050bf3cdd3c6515a9dc9dc0a
Contents?: true
Size: 535 Bytes
Versions: 30
Compression:
Stored size: 535 Bytes
Contents
<% columns_hash = {} heading_columns = show_columns_for(associated.first, column, columns_hash) %> <table> <thead> <tr> <% heading_columns.each_column(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
30 entries across 30 versions & 1 rubygems