'Fizzy' -> 'Boxcar'
The menu button should always display the product name
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
action: "click->dialog#open:stop keydown.j@document->hotkey#click keydown.meta+j@document->hotkey#click keydown.ctrl+j@document->hotkey#click",
|
||||
controller: "hotkey" } do %>
|
||||
<span><%= image_tag "fizzy-logo.png" %></span>
|
||||
<strong class="txt-medium overflow-ellipsis margin-none"><%= Current.user.identity.memberships.many? ? Account.sole.name : "Fizzy" %></strong>
|
||||
<% end %>
|
||||
<strong class="txt-medium overflow-ellipsis margin-none">Boxcar</strong>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user