mirror of
				https://github.com/endofunky/sidetiq.git
				synced 2022-11-09 13:53:30 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			427 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			427 B
		
	
	
	
		
			Text
		
	
	
	
	
	
<div class="col-md-3">
 | 
						|
  <div class="list-group">
 | 
						|
    <a href="<%= root_path %>sidetiq" class="list-group-item<%= current_path == 'sidetiq' ? ' active' : nil %>">
 | 
						|
      <i class="icon-chevron-right"></i>
 | 
						|
      Home
 | 
						|
    </a>
 | 
						|
    <a href="<%= root_path %>sidetiq/locks" class="list-group-item<%= current_path == 'sidetiq/locks' ? ' active' : nil %>">
 | 
						|
      <i class="icon-chevron-right"></i>
 | 
						|
      Locks
 | 
						|
    </a>
 | 
						|
  </div>
 | 
						|
</div>
 |