templates/admin/users.rb in prologue-0.3.9 vs templates/admin/users.rb in prologue-0.3.10
- old
+ new
@@ -90,21 +90,24 @@
.form_row.form_row_button
= f.submit "Save"
FILE
end
+remove_file 'app/views/admin/users/edit.html.haml'
create_file 'app/views/admin/users/edit.html.haml' do
<<-'FILE'
= render :partial => "form"
FILE
end
+remove_file 'app/views/admin/users/new.html.haml'
create_file 'app/views/admin/users/new.html.haml' do
<<-'FILE'
= render :partial => "form"
FILE
end
+remove_file 'app/views/admin/users/index.html.haml'
create_file 'app/views/admin/users/index.html.haml' do
<<-FILE
- if !@users.blank?
%table
%thead