Sha256: 3f10a08b497c5c497aa78e91bf6a8bfc0de44f4f9463a0c9d6a16356b703f320
Contents?: true
Size: 429 Bytes
Versions: 14
Compression:
Stored size: 429 Bytes
Contents
<% options ||= {} %> <% options = { current_parent: parent, show_title: true, append_new_link: true, columns: ['key', 'text'] }.merge(options) %> <%= render partial: 'shared/collection/table', locals: { type: 'columns', collection: collection, columns: options[:columns], options: { append_new_link: options[:append_new_link], show_title: options[:show_title], current_parent: options[:current_parent] } } %>
Version data entries
14 entries across 14 versions & 1 rubygems