Commit fb4c033a authored by Steven Verbeek's avatar Steven Verbeek

Started note attachment changes, and text changes

parent b91128cc
......@@ -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"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment