Commit b91128cc6a59f687899208f34b8d27fdfc6432ef
1 parent
194467b8
Exists in
master
and in
4 other branches
Started note attachment changes, and text changes
Showing
2 changed files
with
1 additions
and
4 deletions
Show diff stats
app/assets/stylesheets/common.scss
app/views/notes/_form.html.haml
... | ... | @@ -27,7 +27,7 @@ |
27 | 27 | .attachments |
28 | 28 | %button.file_upload.btn |
29 | 29 | .input= f.file_field :attachment, :class => "input-file" |
30 | - = f.label.large :attachment, "Any file less then 10 MB" | |
30 | + %label.large{:for => "attachment"} "Any file less then 10 MB" | |
31 | 31 | |
32 | 32 | |
33 | 33 | = f.submit 'Add Comment', :class => "btn primary", :id => "submit_note" | ... | ... |