6 lines
339 B
Ruby
6 lines
339 B
Ruby
# Copyright (c) 2010, Diaspora Inc. This file is
|
|
# licensed under the Affero General Public License version 3 or later. See
|
|
# the COPYRIGHT file.
|
|
|
|
WillPaginate::ViewHelpers.pagination_options[:previous_label] = "« #{I18n.t('previous')}"
|
|
WillPaginate::ViewHelpers.pagination_options[:next_label] = "#{I18n.t('next')} »"
|