Skip to content
Snippets Groups Projects
page-admin-circles-create.pug 1.56 KiB
Newer Older
div.segment.lg-full.sm-full.padding-large.sm-padding-top-small.sm-padding-right-xsmall.sm-padding-bottom-small.sm-padding-left-xsmall.border-bottom.border-color-grey
  h2.margin-none.text-uppercase.text-xlarge.text-letter-spacing-large(data-trans='circle.create.title')
div.segment.lg-full.sm-full.padding-large.sm-padding-xsmall.sm-padding-top-medium.whitespace-normal
  div#loader-circles-create.loader.loader-top
    div
    div
    div
    div

Gaëlle Morin's avatar
Gaëlle Morin committed
  solid-form.form(
    data-src=`${endpoints.circles || endpoints.post.circles}`
Gaëlle Morin's avatar
Gaëlle Morin committed
    fields='status, linebreak, name, description'
    required-status
    required-name
    required-description
    loader-id='loader-circles-create'
    class-status='segment margin-bottom-medium lg-half sm-full padding-right-small sm-padding-none text-small text-semibold text-uppercase text-color-heading whitespace-normal'
    class-linebreak='segment lg-half sm-hidden'
    class-name='segment margin-bottom-medium lg-half sm-full padding-right-small sm-padding-none text-small text-semibold text-uppercase text-color-heading'
    class-description='segment margin-bottom-medium lg-half sm-full padding-left-small sm-padding-none text-small text-semibold text-uppercase text-color-heading'
Gaëlle Morin's avatar
Gaëlle Morin committed
    label-status=''
    label-name=''
    label-description=''
Gaëlle Morin's avatar
Gaëlle Morin committed
    widget-linebreak='solid-form-hidden'
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'