lib/generators/jinda/templates/app/views/notes/my.haml in jinda-0.4.9 vs lib/generators/jinda/templates/app/views/notes/my.haml in jinda-0.5.0
- old
+ new
@@ -1,9 +1,9 @@
- @title= "My Notes"
%P
- @page_title = 'My Notes'
= paginate @notes
-%table{:id=>"note-table", :data-mode => "reflow", :data-role => "table"}
+%table{:class=>"module-table", :data-mode => "reflow", :data-role => "table"}
%tr
%th Title
%th Body
%th Created
%th Updated