9d08f26c59
So that the turbo-permanent trays get properly replaced https://app.fizzy.do/5986089/cards/3094
10 lines
381 B
Plaintext
10 lines
381 B
Plaintext
<% if accounts.many? %>
|
|
<% cache [ Current.identity, accounts, Current.account ] do %>
|
|
<%= collapsible_nav_section "Accounts" do %>
|
|
<% accounts.each do |account| %>
|
|
<%= filter_place_menu_item landing_url(script_name: account.slug), account.name, "marker", current: account == Current.account, turbo: false %>
|
|
<% end %>
|
|
<% end %>
|
|
<% end %>
|
|
<% end %>
|