Merge branch 'change-notes-order' of https://github.com/riyad/gitlabhq into riyad-change-notes-order
This commit is contained in:
commit
caeb65b189
32 changed files with 384 additions and 270 deletions
9
app/helpers/notes_helper.rb
Normal file
9
app/helpers/notes_helper.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
module NotesHelper
|
||||
def loading_more_notes?
|
||||
params[:loading_more].present?
|
||||
end
|
||||
|
||||
def loading_new_notes?
|
||||
params[:loading_new].present?
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue