mirror of
				https://github.com/scinote-eln/scinote-web.git
				synced 2025-11-04 12:07:23 +08:00 
			
		
		
		
	Merge pull request #7748 from rekonder/aj_SCI_10909
Fix rendering of the title on the left menu [SCI-10909]
This commit is contained in:
		
						commit
						5ee4308448
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -5,7 +5,7 @@
 | 
			
		|||
    </a>
 | 
			
		||||
  </div>
 | 
			
		||||
  <% left_menu_elements.each_with_index do |item, index| %>
 | 
			
		||||
    <%= link_to item[:url], title: item[:name], class:"sci--layout--menu-item", data: { e2e: "e2e-BT-leftMenu-#{item[:name].downcase}", active: item[:submenu].blank? && item[:active], disabled: current_user.teams.blank?, submenu: item[:submenu].any? } do %>
 | 
			
		||||
    <%= link_to item[:url], title: item[:title] || item[:name], class:"sci--layout--menu-item", data: { e2e: "e2e-BT-leftMenu-#{item[:name].downcase}", active: item[:submenu].blank? && item[:active], disabled: current_user.teams.blank?, submenu: item[:submenu].any? } do %>
 | 
			
		||||
      <i class="sn-icon <%= item[:icon] %>"></i>
 | 
			
		||||
      <%= item[:name].html_safe %>
 | 
			
		||||
      <i class="sn-icon <%= item[:active] ? 'sn-icon-down' : 'sn-icon-right' %> show-submenu"></i>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue