summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/page_out_of_bounds.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/explore/projects/page_out_of_bounds.html.haml')
-rw-r--r--app/views/explore/projects/page_out_of_bounds.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/explore/projects/page_out_of_bounds.html.haml b/app/views/explore/projects/page_out_of_bounds.html.haml
index 57114dd0752..0ee77ffd7d7 100644
--- a/app/views/explore/projects/page_out_of_bounds.html.haml
+++ b/app/views/explore/projects/page_out_of_bounds.html.haml
@@ -18,4 +18,4 @@
%h5= _("Maximum page reached")
%p= _("Sorry, you have exceeded the maximum browsable page number. Please use the API to explore further.")
- = link_to _("Back to page %{number}") % { number: @max_page_number }, request.params.merge(page: @max_page_number), class: 'btn btn-inverted'
+ = link_to _("Back to page %{number}") % { number: @max_page_number }, request.params.merge(page: @max_page_number), class: 'gl-button btn btn-inverted'