template: Move `admin_linkifier_list` template to `settings` folder.

Moved `admin_linkifier_list` template to `/templates/settings/` folder as
earlier, it was inaccurately placed within the `/templates` folder
rather than the `/templates/settings` folder.
This commit is contained in:
aryanshridhar 2021-04-22 22:11:20 +05:30 committed by Tim Abbott
parent 27934dca7e
commit 19699720bc
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import $ from "jquery";
import render_admin_linkifier_list from "../templates/admin_linkifier_list.hbs";
import render_admin_linkifier_list from "../templates/settings/admin_linkifier_list.hbs";
import * as channel from "./channel";
import {$t_html} from "./i18n";