|
|
|
@ -26,9 +26,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|
|
|
|
See docs/COPYRIGHT.rdoc for more details. |
|
|
|
|
|
|
|
|
|
++#%> |
|
|
|
|
<% html_title l(:label_administration), l(:label_enumerations) %> |
|
|
|
|
<%= toolbar title: l(:label_enumerations) %> |
|
|
|
|
<% Enumeration.descendants.each do |klass| %> |
|
|
|
|
<% html_title t(:label_administration), t(:label_enumerations) %> |
|
|
|
|
<%= toolbar title: t(:label_enumerations) %> |
|
|
|
|
<% Enumeration.subclasses.each do |klass| %> |
|
|
|
|
<h3 class="-no-border"><%= l(klass::OptionName) %></h3> |
|
|
|
|
<%= cell ::Enumerations::TableCell, klass.shared %> |
|
|
|
|
<% end %> |
|
|
|
|