Sha256: 5ca8934021deaeaa5d9e1181017cb52bc7cafede0a02ec0edd24645c74d5a024
Contents?: true
Size: 315 Bytes
Versions: 3
Compression:
Stored size: 315 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 } %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
voluntary-0.1.0 | app/views/workflow/products/show.html.erb |
voluntary-0.1.0.rc4 | app/views/workflow/products/show.html.erb |
voluntary-0.1.0.rc3 | app/views/workflow/products/show.html.erb |