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
iv
gitlab-ce
Commits
6fc1b948
Commit
6fc1b948
authored
9 years ago
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show flash message instead of alert when note is invalid
parent
4676ba1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
app/assets/javascripts/notes.js.coffee
app/assets/javascripts/notes.js.coffee
+2
-1
No files found.
app/assets/javascripts/notes.js.coffee
View file @
6fc1b948
...
@@ -112,7 +112,8 @@ class @Notes
...
@@ -112,7 +112,8 @@ class @Notes
###
###
renderNote
:
(
note
)
->
renderNote
:
(
note
)
->
unless
note
.
valid
unless
note
.
valid
alert
(
'You have already used this award emoji !'
)
if
note
.
award
if
note
.
award
new
Flash
(
'You have already used this award emoji !'
,
'alert'
)
return
return
# render note if it not present in loaded list
# render note if it not present in loaded list
...
...
This diff is collapsed.
Click to expand it.
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