]> cat aescling's git repositories - mastodon.git/commit
Add search and sort functions to hashtag admin UI (#11829)
authormayaeh <mayaeh@marimo-net.org>
Mon, 16 Sep 2019 12:27:29 +0000 (21:27 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 16 Sep 2019 12:27:29 +0000 (14:27 +0200)
commitef0d22f232723be035e95bde13310d02bf1c127b
tree114a12ef4c032dda781ba112b44a0c8ab6de8afc
parentb7420b8643b4028796d1bbd9443241f997957eb4
Add search and sort functions to hashtag admin UI (#11829)

* Add search and sort functions to hashtag admin UI

* Move scope processing from tags_controller to tag_filter

* Fix based on method naming conventions

* Fixed not to get 500 errors for invalid requests
app/controllers/admin/tags_controller.rb
app/helpers/admin/filter_helper.rb
app/models/tag.rb
app/models/tag_filter.rb [new file with mode: 0644]
app/views/admin/tags/index.html.haml
config/locales/en.yml
config/locales/simple_form.en.yml