mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Sort filters by “keyword or phrase” in Settings (#15050)
This commit is contained in:
parent
a5afbb62d2
commit
0a8ab822e2
@ -9,7 +9,7 @@ class FiltersController < ApplicationController
|
|||||||
before_action :set_body_classes
|
before_action :set_body_classes
|
||||||
|
|
||||||
def index
|
def index
|
||||||
@filters = current_account.custom_filters
|
@filters = current_account.custom_filters.order(:phrase)
|
||||||
end
|
end
|
||||||
|
|
||||||
def new
|
def new
|
||||||
|
Loading…
Reference in New Issue
Block a user