mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 03:46:23 +00:00
fix: corregido submenu en partial filter_base #15079
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
40346df76d
commit
c668c3ad3f
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@
|
|||
%span= text
|
||||
.dropdown-menu{"aria-labelledby" => "dropdownMenuButton"}
|
||||
- menu.each do |subm|
|
||||
%a.dropdown-item{ href: subm[1] } subm[0]
|
||||
%a.dropdown-item{ href: subm[1] }= subm[0]
|
||||
|
|
Loading…
Reference in a new issue