Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Galette
Galette
Commits
a02277cc
Commit
a02277cc
authored
Jun 24, 2022
by
Johan Cwiklinski
Browse files
Clear filter button should not be using javascript
parent
ebb45e3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
galette/templates/default/pages/members_list.html.twig
View file @
a02277cc
...
...
@@ -87,7 +87,7 @@
<i
class=
"save blue icon"
></i>
{{
_T
(
'Save'
)
}}
</button>
<button
type=
"submit"
name=
"clear_filter"
class=
"ui labeled icon button
delete
"
title=
"
{{
_T
(
'Reset all filters to defaults'
)
}}
"
>
<button
type=
"submit"
name=
"clear_filter"
class=
"ui labeled icon button"
title=
"
{{
_T
(
'Reset all filters to defaults'
)
}}
"
>
<i
class=
"trash alt red icon"
aria-hidden=
"true"
></i>
{{
_T
(
'Clear filter'
)
}}
</button>
...
...
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