summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/projects/_gitlab.html.haml1
-rw-r--r--app/views/projects/_search.html.haml1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/_gitlab.html.haml b/app/views/projects/_gitlab.html.haml
index 3dd759f..d21e200 100644
--- a/app/views/projects/_gitlab.html.haml
+++ b/app/views/projects/_gitlab.html.haml
@@ -56,5 +56,6 @@
%i.icon-angle-right
:coffeescript
+ NProgress.done()
$('.gitlab-projects-pagination').on 'ajax:before', ->
$('.projects').html('<h1><i class="icon-spinner icon-spin"/></h1>')
diff --git a/app/views/projects/_search.html.haml b/app/views/projects/_search.html.haml
index ad428a5..1b350c7 100644
--- a/app/views/projects/_search.html.haml
+++ b/app/views/projects/_search.html.haml
@@ -11,4 +11,5 @@
$('.search .navbar-form').submit ->
query = $('.search .navbar-form .search-input').val()
$.get '#{gitlab_projects_path}' + '?search=' + query
+ NProgress.start()
false \ No newline at end of file