From fb4c033aeb8317f082045125e492d2afdaf1d01c Mon Sep 17 00:00:00 2001 From: Steven Verbeek Date: Sat, 24 Mar 2012 13:30:04 -0300 Subject: [PATCH] Started note attachment changes, and text changes --- app/views/notes/_form.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/notes/_form.html.haml b/app/views/notes/_form.html.haml index 12ffa28e..725cff9c 100644 --- a/app/views/notes/_form.html.haml +++ b/app/views/notes/_form.html.haml @@ -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"