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