sort the domain whitelist

master
an 2019-07-21 06:44:12 -04:00
parent b2ce0b84da
commit 4eb4ee386e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
.rich-formatting .rich-formatting
%h2= 'Allowlist' %h2= 'Allowlist'
%ul %ul
- @instance_presenter.whitelist.each do |site| - @instance_presenter.whitelist.sort.each do |site|
.whitelist-site .whitelist-site
%li %li
= link_to site.domain, 'https://' + site.domain = link_to site.domain, 'https://' + site.domain