Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-09-02 00:35:04 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-09-02 00:35:04 +0400
commitbeb5e1bd6b6656b7c4f412a72c02c3e72ec5253c (patch)
tree1a737eeeb5695d7c695eb96882c6f03873926f9d /app/views/notes
parentadeeae9f73c9a0cef7a197e10c00361a5f6ed814 (diff)
Sanitize glm helper
Diffstat (limited to 'app/views/notes')
-rw-r--r--app/views/notes/_per_line_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notes/_per_line_form.html.haml b/app/views/notes/_per_line_form.html.haml
index b6d34a0437f..8e31b59e9f0 100644
--- a/app/views/notes/_per_line_form.html.haml
+++ b/app/views/notes/_per_line_form.html.haml
@@ -16,7 +16,7 @@
= f.text_area :note, size: 255, class: 'line-note-text'
.note_actions
.buttons
- = f.submit 'Add note', class: "btn primary submit_note submit_inline_note", id: "submit_note"
+ = f.submit 'Add note', class: "btn save-btn submit_note submit_inline_note", id: "submit_note"
= link_to "Cancel", "#", class: "btn hide-button"
.options
%h6.left Notify via email: