gitlabhq/gitlab-ci

View on GitHub
app/views/kaminari/_page.html.haml

Summary

Maintainability
Test Coverage
%li{class: "#{'active' if page.current?}"}
  = link_to page, page.current? ? '#' : url, {:remote => remote, :rel => page.next? ? 'next' : page.prev? ? 'prev' : nil}