aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/notes/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notes/index.html.erb')
-rw-r--r--app/views/notes/index.html.erb5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/notes/index.html.erb b/app/views/notes/index.html.erb
index 00a278e..28d2850 100644
--- a/app/views/notes/index.html.erb
+++ b/app/views/notes/index.html.erb
@@ -1,2 +1,3 @@
-<h1>Notes#index</h1>
-<p>Find me in app/views/notes/index.html.erb</p>
+<% @notebooks.each do |b| %>
+ <%= b.name %><br />
+<% end %>