applied my changes - initial import
[boxroom-stian.git] / app / views / shared / _root_folder.rhtml
blobd8281cd478114c53c3165351b000c89c8a0f6eb6
1 <% Folder.find_all_by_parent_id(1).each do |folder| %>\r
2   <%= link_to h(folder.name), :controller => 'folder', :action => 'list', :id => folder %><br>\r
3 <% end %>