This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/templates/groups/new.hbs

14 lines
294 B
Handlebars

{{#d-section pageClass="groups-new"}}
<h1>{{i18n "groups.new.title"}}</h1>
{{#group-form model=model
saveLabel="groups.new.create"
save="save"
disableSave=saving}}
{{#link-to "groups"}}
{{i18n 'cancel'}}
{{/link-to}}
{{/group-form}}
{{/d-section}}