summaryrefslogtreecommitdiff
path: root/chef-server/lib/views/cookbooks/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'chef-server/lib/views/cookbooks/index.html.haml')
-rw-r--r--chef-server/lib/views/cookbooks/index.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chef-server/lib/views/cookbooks/index.html.haml b/chef-server/lib/views/cookbooks/index.html.haml
new file mode 100644
index 0000000000..008f74765c
--- /dev/null
+++ b/chef-server/lib/views/cookbooks/index.html.haml
@@ -0,0 +1,7 @@
+%h1 Cookbooks
+- @cl.each do |cookbook|
+ .index
+ %table
+ %tr
+ %td
+ %a{ :href => url(:cookbook, { :id => cookbook.name }) }= cookbook.name