Fix Haml indenting file content
This commit is contained in:
parent
b339c747a9
commit
6c1b44859d
2 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,11 @@
|
|||
.file-editor {
|
||||
#editor{
|
||||
border: none;
|
||||
height: 500px;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
.editor-commit-comment {
|
||||
padding-top:20px;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
%span.file_name
|
||||
= "#{@tree.path} (#{@ref})"
|
||||
.file_content.code
|
||||
#editor= @tree.data
|
||||
%pre#editor= @tree.data
|
||||
|
||||
.editor-commit-comment
|
||||
= label_tag 'commit_message' do
|
||||
|
|
Loading…
Reference in a new issue