Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
1752c6dc
Commit
1752c6dc
authored
Mar 19, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Uncheck notify team checkbox by default
parent
e68955b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
app/assets/stylesheets/sections/notes.scss
app/assets/stylesheets/sections/notes.scss
+4
-1
app/views/notes/_form.html.haml
app/views/notes/_form.html.haml
+2
-2
No files found.
app/assets/stylesheets/sections/notes.scss
View file @
1752c6dc
...
...
@@ -284,6 +284,9 @@ ul.notes {
margin-top
:
8px
;
margin-left
:
15px
;
@extend
.pull-left
;
width
:
35%
;
}
.js-notify-commit-author
{
float
:
left
;
}
}
app/views/notes/_form.html.haml
View file @
1752c6dc
...
...
@@ -28,12 +28,12 @@
.note-form-option
=
label_tag
:notify
do
=
check_box_tag
:notify
,
1
,
!
@note
.
for_commit?
=
check_box_tag
:notify
,
1
,
false
%span
.light
Notify team via email
.js-notify-commit-author
=
label_tag
:notify_author
do
=
check_box_tag
:notify_author
,
1
,
@note
.
for_commit?
=
check_box_tag
:notify_author
,
1
,
false
%span
.light
Notify commit author
.note-form-option
%a
.choose-btn.btn.btn-small.js-choose-note-attachment-button
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment