lib/gitdocs/views/edit.haml in gitdocs-0.5.0 vs lib/gitdocs/views/edit.haml in gitdocs-0.6.0
- old
+ new
@@ -1,7 +1,7 @@
- @title = root
-= haml(:_header, locals: { file: true, idx: idx })
+= haml(:_header, locals: { file: true })
%form.edit{ method: 'POST', style: 'display:none;' }
#editor
%textarea#data{ name: 'data' }= preserve contents
.clearfix