Sha256: bda5226df475b0f0291014f2b893815364bc0ce87e750e100844044fff06ee30

Contents?: true

Size: 304 Bytes

Versions: 2

Compression:

Stored size: 304 Bytes

Contents

<h2><%= organisation %></h2>

<%= organisation.description.to_html.html_safe %>

<% organisation.business_units.roots.all.each do |root_business_unit| %>
  <%= render :partial => "ecm/staff/business_units/business_unit_list_item", :locals => { :business_unit => root_business_unit } %>
<% end %>

<hr />

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ecm_staff-0.0.2.pre app/views/ecm/staff/organisations/_organisation.html.erb
ecm_staff-0.0.1.pre app/views/ecm/staff/organisations/_organisation.html.erb