0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-26 11:00:28 +01:00
discourse-custom-wizard/assets/javascripts/discourse/controllers/admin-wizard-submissions.js.es6
Angus McLeod dae08e53d4 various
2020-04-12 09:27:16 +10:00

6 Zeilen
Kein EOL
203 B
JavaScript

import Controller from "@ember/controller";
import { fmt } from "discourse/lib/computed";
export default Controller.extend({
downloadUrl: fmt("wizard.id", "/admin/wizards/submissions/%@/download")
});