clean: fix whitespace and comma
This commit is contained in:
parent
a74648b8d2
commit
e83a3371e6
@ -1,5 +1,5 @@
|
||||
div.content-box__info.flex
|
||||
solid-link(class="backlink right" next='admin-project-list' data-trans='project.create.backlink')
|
||||
solid-link(class="backlink right", next='admin-project-list' data-trans='project.create.backlink')
|
||||
|
||||
h1.centered(data-trans='project.create.title')
|
||||
|
||||
@ -11,7 +11,7 @@ div.content-box__info.flex
|
||||
|
||||
solid-form.form.button-register(
|
||||
data-src=`${endpoints.projects || endpoints.post.projects}`
|
||||
|
||||
|
||||
fields='status, line-1(customer.name, name), line-2(captain)'
|
||||
required-status
|
||||
required-customer.name
|
||||
@ -24,10 +24,10 @@ div.content-box__info.flex
|
||||
class-status='form-label is-light is-full-width'
|
||||
value-status="Private"
|
||||
|
||||
label-customer.name=''
|
||||
label-customer.name=''
|
||||
class-customer.name='form-label is-light is-half-width input-text-like'
|
||||
|
||||
label-name=''
|
||||
label-name=''
|
||||
class-name='form-label is-light is-half-width input-text-like'
|
||||
|
||||
label-captain=''
|
||||
|
Loading…
Reference in New Issue
Block a user