aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/notes/index.html.erb
blob: 28d28505c61b3bea4a28fe3af0e27fa1c27e1867 (plain)
1
2
3
<% @notebooks.each do |b| %>
	<%= b.name %><br />
<% end %>