Sha256: b76602fd003acbfe55d7a61115882401e724e4cf618f74f7e09f6b170be95f2e
Contents?: true
Size: 432 Bytes
Versions: 21
Compression:
Stored size: 432 Bytes
Contents
<% options ||= {} %> <% options = { current_parent: parent, show_title: true, append_new_link: true, columns: ['name', 'story_id'] }.merge(options) %> <%= render partial: 'shared/collection/table', locals: { type: 'tasks', 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
21 entries across 21 versions & 1 rubygems