Sha256: 834d0e9001a339d85488c241064b65cda86214b7d2b950663a74b9bd907261a4

Contents?: true

Size: 399 Bytes

Versions: 16

Compression:

Stored size: 399 Bytes

Contents

<h3><%= @area.name %></h3>

<dl class="dl-horizontal">
  <%= show_associations :parent %>
  <%= show_actions %>
</dl>



<%= render 'shared/collection/table', 
  type: 'areas', collection: @areas, columns: ['name', 'users_count'], options: { area: { parent_id: @area.id } }
%>

<%= render 'shared/collection/table', 
    type: 'projects', collection: @projects, columns: ['name', 'product_id'] 
  %>

Version data entries

16 entries across 16 versions & 1 rubygems

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