• <%= link_to t(".profile"), decidim.account_path %>
  • <% unless current_user.managed? %>
  • <%= link_to t(".public_profile"), decidim.profile_following_path(current_user.nickname) %>
  • <% end %>
  • <%= link_to t(".notifications"), decidim.notifications_path %>
  • <%= link_to t(".conversations"), decidim.conversations_path %>
  • <% if allowed_to? :read, :admin_dashboard %>
  • <%= link_to t(".admin_dashboard"), decidim_admin.root_path %>
  • <% end %>
  • <%= link_to t(".sign_out"), decidim.destroy_user_session_path, method: :delete, class: "sign-out-link" %>