Merge branch 'change-notes-order' of https://github.com/riyad/gitlabhq into riyad-change-notes-order

This commit is contained in:
randx 2012-09-15 01:02:58 +03:00
commit caeb65b189
32 changed files with 384 additions and 270 deletions

View 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