Sha256: 2de4af87a6e2c3d7e7c71607a47376f01c5cc6bf025cc21ce673eee8bb6805ff
Contents?: true
Size: 261 Bytes
Versions: 2
Compression:
Stored size: 261 Bytes
Contents
<h1><%= Ecm::Staff::BusinessUnit.model_name.human(:count => :other) %></h1> <% @business_units.select(&:root?).each do |root_business_unit| %> <%= render :partial => "business_unit_list_item", :locals => { :business_unit => root_business_unit } %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ecm_staff-0.0.2.pre | app/views/ecm/staff/business_units/index.html.erb |
ecm_staff-0.0.1.pre | app/views/ecm/staff/business_units/index.html.erb |