<%= icon "menu-line", class: "fill-black" %> <%= current_organization.name %>
<%= link_to decidim.root_path, class: "button__site", target: "_blank", data: { "external-link": false } do %> <%= icon "eye-line" %> <%= t("see_site", scope: "decidim.admin.menu") %> <% end %> <% if available_locales.length > 1 %>
<%= button_tag id: "admin-menu-trigger-responsive", data: { component: "dropdown", target: "admin-dropdown-menu-language-responsive" }, class: "dropdown__trigger" do %> <%= t("name", scope: "locale") %> <%= icon "arrow-down-s-line" %> <% end %>
<% end %>