Commit 7c8fbe8f7f8d94f92ddb1a4a32cf72867ab21ba7
Exists in
master
and in
4 other branches
Merge branch 'master' of github.com:gitlabhq/gitlabhq into arthurschreiber-use_r…
…edcarpet_for_markdown
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/notes/_form.html.haml
@@ -29,7 +29,7 @@ | @@ -29,7 +29,7 @@ | ||
29 | %div.file_name File name... | 29 | %div.file_name File name... |
30 | %button.file_upload.btn.small Upload File | 30 | %button.file_upload.btn.small Upload File |
31 | .input= f.file_field :attachment, :class => "input-file" | 31 | .input= f.file_field :attachment, :class => "input-file" |
32 | - %span Any file less then 10 MB | 32 | + %span Any file less than 10 MB |
33 | 33 | ||
34 | 34 | ||
35 | = f.submit 'Add Comment', :class => "btn primary", :id => "submit_note" | 35 | = f.submit 'Add Comment', :class => "btn primary", :id => "submit_note" |