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

Version Path
voluntary-0.7.1 app/views/columns/_collection.html.erb
voluntary-0.7.0 app/views/columns/_collection.html.erb
voluntary-0.6.0 app/views/columns/_collection.html.erb
voluntary-0.5.2 app/views/columns/_collection.html.erb
voluntary-0.5.1 app/views/columns/_collection.html.erb
voluntary-0.5.0 app/views/columns/_collection.html.erb
voluntary-0.4.0 app/views/columns/_collection.html.erb
voluntary-0.3.0 app/views/columns/_collection.html.erb
voluntary-0.2.4 app/views/columns/_collection.html.erb
voluntary-0.2.3 app/views/columns/_collection.html.erb
voluntary-0.2.2 app/views/columns/_collection.html.erb
voluntary-0.2.1 app/views/columns/_collection.html.erb
voluntary-0.2.0 app/views/columns/_collection.html.erb
voluntary-0.1.0 app/views/columns/_collection.html.erb