Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DLCM
UI
DLCM-Portal
Commits
775e098f
Commit
775e098f
authored
Dec 21, 2021
by
Florent Poittevin
Browse files
refactor: remove closing tag for input
parent
aab56ca3
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/app/features/admin/metadata-type/components/presentationals/admin-metadata-type-form/admin-metadata-type-form.presentational.html
View file @
775e098f
...
...
@@ -85,7 +85,7 @@
accept=
"filesAccepted"
class=
"hide"
type=
"file"
/
>
>
</button>
</div>
<code
*ngIf=
"fd.value | isNonEmptyString"
...
...
@@ -152,7 +152,7 @@
[name]=
"files"
class=
"hide"
type=
"file"
/
>
>
</button>
</ng-template>
...
...
src/app/features/deposit/components/dialogs/deposit-file-upload/deposit-file-upload.dialog.html
View file @
775e098f
...
...
@@ -219,7 +219,7 @@
id=
"file-upload"
multiple
type=
"file"
/
>
>
</button>
</div>
</solidify-base-action-dialog>
...
...
src/app/shared/components/containers/shared-avatar-upload-wrapper/shared-avatar-upload-wrapper.container.html
View file @
775e098f
...
...
@@ -33,4 +33,4 @@
[accept]=
"filesAccepted"
class=
"hide"
type=
"file"
/
>
>
src/app/shared/components/containers/shared-image-upload-wrapper/shared-image-upload-wrapper.container.html
View file @
775e098f
...
...
@@ -40,4 +40,4 @@
[accept]=
"filesAccepted"
class=
"hide"
type=
"file"
/
>
>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment