mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-26 11:23:03 +01:00
Remove list modal from profile layout
This commit is contained in:
parent
54bf109fc5
commit
087402e04f
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@
|
|||
= render 'tabs/profile', user: @user
|
||||
= yield
|
||||
- if user_signed_in?
|
||||
= render 'modal/list', user: @user
|
||||
- if current_user.mod? && @user != current_user
|
||||
= render 'modal/privileges', user: @user
|
||||
= render 'modal/ban', user: @user
|
||||
|
|
Loading…
Reference in a new issue