<% if tree.immediate_subaccounts.length == 0 %>
  • <%= link_to (tree.popis+(tree.seq.empty? ? '' :' ('+tree.seq.to_s+')')).html_safe, {:id => tree, :action=>'show'}, :title => tree.poznamky %> <%= link_to 'ukaž', {:id => tree, :action=>'show'}, :title => tree.poznamky, :class=> "listnav" %> | <%= link_to 'edituj', {:id => tree, :action=>'edit'}, :title => tree.poznamky, :class=> "listnav" %>
  • <% else -%>
  • <%= (tree.popis+ (tree.seq.empty? ? '' : '('+tree.seq+')')).html_safe %> <%= link_to 'ukaž', {:id => tree, :action=>'show'}, :title => tree.poznamky, :class=> "listnav" %> | <%= link_to 'edituj', {:id => tree, :action=>'edit'}, :title => tree.poznamky, :class=> "listnav" %>
  • <% end -%>