Sha256: 7079672f4c6bb5823eee32674872b7e8ef55bb1f035698eb74453d23f1621b33

Contents?: true

Size: 352 Bytes

Versions: 13

Compression:

Stored size: 352 Bytes

Contents

<h3><%= params[:id] == 'no-name' ? 'No Name' : @product.name %></h3>

<%= render 'shared/collection/table', 
  type: 'areas', collection: @areas, columns: {
  	'name' => ->(resource) do
  	  link_to resource.name, product_area_workflow_user_index_path(params[:id], resource)	
    end, 'users_count' => nil 
  }, options: { append_new_link: false }
%>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
voluntary-0.7.1 app/views/workflow/products/show.html.erb
voluntary-0.7.0 app/views/workflow/products/show.html.erb
voluntary-0.6.0 app/views/workflow/products/show.html.erb
voluntary-0.5.2 app/views/workflow/products/show.html.erb
voluntary-0.5.1 app/views/workflow/products/show.html.erb
voluntary-0.5.0 app/views/workflow/products/show.html.erb
voluntary-0.4.0 app/views/workflow/products/show.html.erb
voluntary-0.3.0 app/views/workflow/products/show.html.erb
voluntary-0.2.4 app/views/workflow/products/show.html.erb
voluntary-0.2.3 app/views/workflow/products/show.html.erb
voluntary-0.2.2 app/views/workflow/products/show.html.erb
voluntary-0.2.1 app/views/workflow/products/show.html.erb
voluntary-0.2.0 app/views/workflow/products/show.html.erb