You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/helpers
Matt Jankowski 4ada50985a Pagination improvements (#1445)
* Replace will_paginate with kaminari

* Use #page instead of #paginate in controllers

* Replace will_paginate.page_gap with pagination.truncate in i18n

* Customize kaminari views to match prior styles

* Set kaminari options to match prior behavior

* Replace will_paginate with paginate in views
8 years ago
..
admin Helper cleanup (#1348) 8 years ago
application_helper.rb Do not use expiring links after all 8 years ago
atom_builder_helper.rb Clean up generation of account webfinger string (#1477) 8 years ago
home_helper.rb Improve initialState loading 8 years ago
routing_helper.rb Fix rubocop issues, introduce usage of frozen literal to improve performance 8 years ago
settings_helper.rb Add Russian translation (ru) (#1023) 8 years ago
site_title_helper.rb Use Setting.site_title value for `og:site_name` occurrences (#1194) 8 years ago
stream_entries_helper.rb DRY up reblog vs original status check 8 years ago