discourse/app/assets/javascripts/admin/routes/admin-customize-email-style...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
162 B
Plaintext
Raw Normal View History

import Route from "@ember/routing/route";
export default Route.extend({
beforeModel() {
this.replaceWith("adminCustomizeEmailStyle.edit", "html");
}
});