Started note attachment changes, and text changes

This commit is contained in:
Steven Verbeek 2012-03-24 13:30:04 -03:00
parent b91128cc6a
commit fb4c033aeb

View file

@ -21,13 +21,13 @@
= label_tag :notify_author do
= check_box_tag :notify_author, 1 , @note.noteable_type == "Commit"
%span Commit author
.span4
.span8
%h5 Attachment:
.clearfix
.attachments
%button.file_upload.btn
%button.file_upload.btn "Upload File"
.input= f.file_field :attachment, :class => "input-file"
%label.large{:for => "attachment"} "Any file less then 10 MB"
%label.large{:for => "attachment"} "Any file less then 10 MB"
= f.submit 'Add Comment', :class => "btn primary", :id => "submit_note"