initial import boxroom 0.6.2
[boxroom-stian.git] / app / views / folder / new.rhtml
blob4ea417ab500f7c62243a37d92d1e1852d9bb4cea
1 <p class="title">New folder</p>\r
2 \r
3 <% form_tag :action => 'create', :id => controller.folder_id do %>\r
4     <%= render_partial 'form' %>\r
5     <%= submit_tag 'Create' %>\r
6 <% end %>\r
7 \r
8 <%= link_to 'Back', :action => 'list', :id => controller.folder_id %>