Class: Maquina::Navbar::Profile
- Inherits:
-
Phlex::HTML
- Object
- Phlex::HTML
- Maquina::Navbar::Profile
- Includes:
- ApplicationView
- Defined in:
- app/views/maquina/navbar/profile.rb
Instance Method Summary collapse
Methods included from ApplicationView
#attribute_human_name, #button_to, #image_tag, #link_to, #model_human_name, #svg_icon
Instance Method Details
#view_template ⇒ Object
8 9 10 11 12 13 |
# File 'app/views/maquina/navbar/profile.rb', line 8 def view_template div class: "ml-4 relative flex-shrink-0", "data-controller": "popup-menu" do render Maquina::Navbar::ProfileButton.new render Maquina::Navbar::ProfileMenu.new end end |