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
open-source
MetaGer
Commits
7b505835
Commit
7b505835
authored
Mar 15, 2021
by
Kim Höfer
Browse files
fix trashcan-button in settings
parent
16e7f0c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/settings/index.blade.php
View file @
7b505835
...
...
@@ -110,7 +110,7 @@
{{
$value
}}
</
td
>
<
td
>
<
img
class
=
"mg-icon allSettings-trashcan-icon"
src
=
"/img/trashcan.svg"
alt
=
"{{ trans('trashcan.alt') }}"
>
<
button
type
=
"submit"
name
=
"cookieKey"
value
=
"{{
$key
}}"
>
<
img
class
=
"mg-icon allSettings-trashcan-icon"
src
=
"/img/trashcan.svg"
alt
=
"{{ trans('trashcan.alt') }}"
>
</
button
>
</
td
>
</
tr
>
@
endforeach
...
...
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