Commit 8fc9b5c0e26b05f88396cc896a2079b88325c4ce
1 parent
0253c949
Exists in
spb-stable
and in
3 other branches
Small UI improvement to snippet form
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
1 additions
and
12 deletions
Show diff stats
app/assets/stylesheets/sections/snippets.scss
app/views/projects/snippets/_form.html.haml
... | ... | @@ -18,7 +18,7 @@ |
18 | 18 | .col-sm-10 |
19 | 19 | .file-holder.snippet |
20 | 20 | .file-title |
21 | - = f.text_field :file_name, placeholder: "example.rb", class: 'snippet-file-name', required: true | |
21 | + = f.text_field :file_name, placeholder: "example.rb", class: 'form-control snippet-file-name', required: true | |
22 | 22 | .file-content.code |
23 | 23 | %pre#editor= @snippet.content |
24 | 24 | = f.hidden_field :content, class: 'snippet-file-content' | ... | ... |