repo.or.cz
/
boxroom-stian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
applied my changes - initial import
[boxroom-stian.git]
/
app
/
views
/
shared
/
_root_folder.rhtml
blob
d8281cd478114c53c3165351b000c89c8a0f6eb6
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 %>