tweak repo drag indicator UI
This commit is contained in:
		
					parent
					
						
							
								810a06b771
							
						
					
				
			
			
				commit
				
					
						291230511a
					
				
			
		
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -14,8 +14,9 @@
 | 
				
			||||||
      $forall (name, uuid, actions) <- repolist
 | 
					      $forall (name, uuid, actions) <- repolist
 | 
				
			||||||
        <tr .repoline ##{fromUUID uuid}>
 | 
					        <tr .repoline ##{fromUUID uuid}>
 | 
				
			||||||
          <td .handle>
 | 
					          <td .handle>
 | 
				
			||||||
 | 
					            <a .btn .btn-mini .disabled>
 | 
				
			||||||
              <i .icon-resize-vertical></i>
 | 
					              <i .icon-resize-vertical></i>
 | 
				
			||||||
            #{name}
 | 
					              #{name}
 | 
				
			||||||
          <td .draghide>
 | 
					          <td .draghide>
 | 
				
			||||||
            $if needsEnabled actions
 | 
					            $if needsEnabled actions
 | 
				
			||||||
              <a href="@{setupRepoLink actions}">
 | 
					              <a href="@{setupRepoLink actions}">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue