Started note attachment changes, and text changes
This commit is contained in:
parent
b91128cc6a
commit
fb4c033aeb
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue