Sha256: 8bebf62cc4651b3c79bc5d2482477e7acb0e413f070f766257580166ba678354

Contents?: true

Size: 542 Bytes

Versions: 8

Compression:

Stored size: 542 Bytes

Contents

<h3><%= params[:product_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[:product_id], resource)
    end, 'users_count' => nil 
  }
%>

<%= render 'shared/collection/table',
  type: 'projects', collection: @projects, columns: {
  	'name' => ->(resource) do
  	  link_to resource.name, user_project_workflow_user_index_path(resource)
    end
  }
%>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
voluntary-0.2.4 app/views/workflow/user/product/areas/show.html.erb
voluntary-0.2.3 app/views/workflow/user/product/areas/show.html.erb
voluntary-0.2.2 app/views/workflow/user/product/areas/show.html.erb
voluntary-0.2.1 app/views/workflow/user/product/areas/show.html.erb
voluntary-0.2.0 app/views/workflow/user/product/areas/show.html.erb
voluntary-0.1.0 app/views/workflow/user/product/areas/show.html.erb
voluntary-0.1.0.rc4 app/views/workflow/user/product/areas/show.html.erb
voluntary-0.1.0.rc3 app/views/workflow/user/product/areas/show.html.erb