Skip to content
Snippets Groups Projects
Commit fb4c033a authored by Steven Verbeek's avatar Steven Verbeek
Browse files

Started note attachment changes, and text changes

parent b91128cc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment