mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 16:19:52 +01:00
Use regular link for list membership modal
This commit is contained in:
parent
d1eb731304
commit
7a56c1e5bd
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
%ul.nav.navbar-nav
|
||||
- if @user.present? && @user != current_user
|
||||
%li.nav-item.d-none.d-sm-block
|
||||
= link_to lists_path(@user), class: "nav-link", data: { turbo_frame: :modal_container } do
|
||||
%a.nav-link{ href: lists_path(user: @user), class: "nav-link", data: { turbo_frame: :modal_container } }
|
||||
%i.fa.fa-list.hidden-xs
|
||||
%span.d-none.d-sm-inline.d-md-none= t(".list")
|
||||
= nav_entry t("navigation.notifications"), notifications_path, badge: notification_count, class: 'd-block d-sm-none'
|
||||
|
|
Loading…
Reference in a new issue