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

Version Path
voluntary-0.7.1 app/views/tasks/_collection.html.erb
voluntary-0.7.0 app/views/tasks/_collection.html.erb
voluntary-0.6.0 app/views/tasks/_collection.html.erb
voluntary-0.5.2 app/views/tasks/_collection.html.erb
voluntary-0.5.1 app/views/tasks/_collection.html.erb
voluntary-0.5.0 app/views/tasks/_collection.html.erb
voluntary-0.4.0 app/views/tasks/_collection.html.erb
voluntary-0.3.0 app/views/tasks/_collection.html.erb
voluntary-0.2.4 app/views/tasks/_collection.html.erb
voluntary-0.2.3 app/views/tasks/_collection.html.erb
voluntary-0.2.2 app/views/tasks/_collection.html.erb
voluntary-0.2.1 app/views/tasks/_collection.html.erb
voluntary-0.2.0 app/views/tasks/_collection.html.erb
voluntary-0.1.0 app/views/tasks/_collection.html.erb
voluntary-0.1.0.rc4 app/views/tasks/_collection.html.erb
voluntary-0.1.0.rc3 app/views/tasks/_collection.html.erb
voluntary-0.1.0.rc2 app/views/tasks/_collection.html.erb
voluntary-0.1.0.rc1 app/views/tasks/_collection.html.erb
voluntary-0.0.3 app/views/tasks/_collection.html.erb
voluntary-0.0.2 app/views/tasks/_collection.html.erb