diff options
| author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2013-01-15 00:27:26 +0100 |
|---|---|---|
| committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2013-01-15 00:27:26 +0100 |
| commit | 74e48f070f5adb83c0d82ca5b8795bebb666033e (patch) | |
| tree | f7a055d9cf6e3629609e99550dfee7ddf78f0642 /app | |
| parent | 8c604c9d31561dc364173626923d568bf76414ba (diff) | |
| download | gitlab-ce-74e48f070f5adb83c0d82ca5b8795bebb666033e.tar.gz | |
Smaller fixes
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/notes/_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notes/_form.html.haml b/app/views/notes/_form.html.haml index 38bb8a22cb5..d094119a9da 100644 --- a/app/views/notes/_form.html.haml +++ b/app/views/notes/_form.html.haml @@ -39,6 +39,6 @@ .js-notify-commit-author = label_tag :notify_author do - = check_box_tag :notify_author, 1 , !@note.for_commit? + = check_box_tag :notify_author, 1 , @note.for_commit? Commit author .clearfix |
