Commit 6c1b4485 authored by Riyad Preukschas's avatar Riyad Preukschas

Fix Haml indenting file content

parent b339c747
.file-editor { .file-editor {
#editor{ #editor{
border: none;
height: 500px; height: 500px;
width: 100%; margin: 0;
padding: 0;
position: relative; position: relative;
width: 100%;
} }
.editor-commit-comment { .editor-commit-comment {
padding-top:20px; padding-top:20px;
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
%span.file_name %span.file_name
= "#{@tree.path} (#{@ref})" = "#{@tree.path} (#{@ref})"
.file_content.code .file_content.code
#editor= @tree.data %pre#editor= @tree.data
.editor-commit-comment .editor-commit-comment
= label_tag 'commit_message' do = label_tag 'commit_message' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment