mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-27 22:35:10 +08:00
11 lines
332 B
Text
Vendored
11 lines
332 B
Text
Vendored
import RouteTemplate from "ember-route-template";
|
|
import { i18n } from "discourse-i18n";
|
|
|
|
export default RouteTemplate(
|
|
<template>
|
|
<section class="current-badge content-body">
|
|
<h2>{{i18n "admin.badges.badge_intro.title"}}</h2>
|
|
<p>{{i18n "admin.badges.badge_intro.description"}}</p>
|
|
</section>
|
|
</template>
|
|
);
|