This way we follow the convention of one stylesheet per component. Note that we depend on Foundation's `menu` class for some of the styles and JavaScript behavior, so we're keeping both the `menu` and `account-menu` classes.
6 lines
249 B
Plaintext
6 lines
249 B
Plaintext
<ul class="account-menu menu" data-responsive-menu="medium-dropdown">
|
|
<%= render Layout::AdminLoginItemsComponent.new(user) %>
|
|
<%= render Layout::NotificationItemComponent.new(user) %>
|
|
<%= render Layout::LoginItemsComponent.new(user) %>
|
|
</ul>
|