Sha256: 6862c7ed5f9b3050a9a753309d3c58c73691325188bbb1a8cbc184663023c15b

Contents?: true

Size: 393 Bytes

Versions: 21

Compression:

Stored size: 393 Bytes

Contents

<% options ||= {} %>
<% options = {show_title: true, append_new_link: true}.merge(options) %>
<%= form_tag update_multiple_stories_path, method: :post do %>
  <%= render partial: 'shared/collection/table', locals: { 
    type: 'stories', collection: collection, columns: ['name', 'project_id'], append_new_link: options[:append_new_link],
    show_title: options[:show_title]
  } %>
<% end %>

Version data entries

21 entries across 21 versions & 1 rubygems

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