Commit a05649b1 authored by James Lopez's avatar James Lopez

fix typo

parent fa4ca2cc
...@@ -25,8 +25,6 @@ module Gitlab ...@@ -25,8 +25,6 @@ module Gitlab
end end
def prev_page def prev_page
return nil if first_page?
current_page - 1 unless first_page? current_page - 1 unless first_page?
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment