update: replace channel/channels with circle/circles
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
div.content-box__info.flex
|
||||
solid-link(class="backlink right", next='admin-circle-list') Retour
|
||||
|
||||
h1.centered Créer un canal
|
||||
h1.centered Créer un cercle
|
||||
|
||||
solid-form.form.button-register(
|
||||
data-src=`${endpoints.circles || endpoints.post.circles}`
|
||||
@ -12,9 +12,9 @@ div.content-box__info.flex
|
||||
class-name='form-label is-light is-full-width input-text-like'
|
||||
class-description='form-label is-light is-full-width input-text-like'
|
||||
|
||||
label-status='Statut du canal'
|
||||
label-name='Nom du canal *'
|
||||
label-description='Sous-titre du canal *'
|
||||
label-status='Statut du cercle'
|
||||
label-name='Nom du cercle *'
|
||||
label-description='Sous-titre du cercle *'
|
||||
|
||||
widget-status='hubl-status'
|
||||
|
||||
|
@ -31,12 +31,12 @@
|
||||
|
||||
div.admin-header.flex
|
||||
|
||||
h3 Canaux
|
||||
h3 Cercles
|
||||
|
||||
solid-link(
|
||||
class='button text-bold text-uppercase reversed button-primary bordered with-icon icon-plus'
|
||||
next='admin-circle-create'
|
||||
) Créer un canal
|
||||
) Créer un cercle
|
||||
|
||||
.table-wrapper
|
||||
.table
|
||||
|
@ -19,7 +19,7 @@ div.content-box__info.flex
|
||||
|
||||
fields='status, line-1(customer.name, name), description, line-2(captain), logo'
|
||||
|
||||
label-status='Statut du canal*'
|
||||
label-status='Statut du cercle*'
|
||||
widget-status='hubl-status'
|
||||
class-status='form-label is-light is-full-width'
|
||||
|
||||
|
Reference in New Issue
Block a user