Sha256: bd3ac3f18a6bf10b0f0eebf75a3b582d25f623122d0c9b1b7229b80698847d06
Contents?: true
Size: 504 Bytes
Versions: 2
Compression:
Stored size: 504 Bytes
Contents
%h1= root = partial("header", :locals => { :parent => parent, :file => true, :idx => idx }) %form{ :class => "edit", :action => "/#{idx}#{request.path_info}?mode=save", :method => "post", :style => "display:none;" } #editor %textarea{ :id => 'data', :name => "data" }= preserve contents %input{ :type => 'submit', :value => "Save" } %a{ :href => "/#{idx}#{request.path_info}" } Cancel %input{ :type => 'hidden', :class => 'filename', :value => request.path_info } = partial("ace_scripts")
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gitdocs-0.3.6 | lib/gitdocs/views/edit.haml |
gitdocs-0.3.5 | lib/gitdocs/views/edit.haml |