Skip to content
Snippets Groups Projects
page-admin-circles-create.pug 1.51 KiB
Newer Older
div.segment.padding-top-xsmall.padding-right-large.padding-bottom-xsmall.padding-left-large.border-bottom.border-color-grey.text-color-heading.clearfix
  div.segment.lg-half.float-left
    h2.text-uppercase.text-xlarge.text-letter-spacing-large(data-trans='circle.create.title')
  div.segment.lg-half.float-left.text-right
    solid-link(class="backlink", next='admin-circle-list' data-trans='circle.create.backlink')
div.segment.padding-large.clearfix
  div#loader-circles-create.loader.loader-top
    div
    div
    div
    div

  solid-form.button-register(
    data-src=`${endpoints.circles || endpoints.post.circles}`
    fields='status, name, description'
    required-status
    required-name
    required-description
    loader-id='loader-circles-create'
    class-status='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading icon icon-magnify'
    class-name='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading float-left'
    class-description='segment margin-bottom-medium lg-half padding-left-small text-small text-semibold text-uppercase text-color-heading float-left'
Gaëlle Morin's avatar
Gaëlle Morin committed
    label-status=''
    label-name=''
    label-description=''
Gaëlle Morin's avatar
Gaëlle Morin committed
    submit-button=''
Jean-Baptiste Pasquier's avatar
Jean-Baptiste Pasquier committed
    data-trans='label-status=circle.create.labelStatus;label-name=circle.create.labelName;label-description=circle.create.labelDescription;submit-button=circle.create.buttonSubmit'