From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BFA4F138A87 for ; Sun, 22 Feb 2015 00:01:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12E9AE0784; Sun, 22 Feb 2015 00:01:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBABBE0784 for ; Sun, 22 Feb 2015 00:01:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B506340AF0 for ; Sun, 22 Feb 2015 00:01:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D84212454 for ; Sun, 22 Feb 2015 00:01:31 +0000 (UTC) From: "Alex Legler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Legler" Message-ID: <1424563282.6a5810db065cdc99c10c13e263ccdfd16f4e2471.a3li@gentoo> Subject: [gentoo-commits] proj/ag-web:master commit in: views/ X-VCS-Repository: proj/ag-web X-VCS-Files: views/pagination.erb X-VCS-Directories: views/ X-VCS-Committer: a3li X-VCS-Committer-Name: Alex Legler X-VCS-Revision: 6a5810db065cdc99c10c13e263ccdfd16f4e2471 X-VCS-Branch: master Date: Sun, 22 Feb 2015 00:01:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 67a13a02-e2bb-49c3-bd48-ecd0e97edd21 X-Archives-Hash: d12d5905643484d01661723a79f5a26f commit: 6a5810db065cdc99c10c13e263ccdfd16f4e2471 Author: Alex Legler a3li li> AuthorDate: Sun Feb 22 00:01:22 2015 +0000 Commit: Alex Legler gentoo org> CommitDate: Sun Feb 22 00:01:22 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=6a5810db erb fix --- views/pagination.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/views/pagination.erb b/views/pagination.erb index 9b85ec9..5b1b3c5 100644 --- a/views/pagination.erb +++ b/views/pagination.erb @@ -21,6 +21,7 @@ <% end %> <% if (max_pages - max) > 10 %>
  • <%= max_pages %>
  • + <% end %> <% if current_page == max_pages %>