forked from fixin.me/fixin.me
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			683 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			683 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <div class="rightside buttongrid">
 | |
|   <% if current_user.at_least(:active) %>
 | |
|     <%# TODO: implement Import all %>
 | |
|     <%#= image_button_to t('.import_all'), 'download-multiple-outline',
 | |
|       import_all_default_units_path, data: {turbo_stream: true} %>
 | |
|   <% end %>
 | |
|   <%= image_link_to t('.back'), 'arrow-left-bold-outline', units_path, class: 'tools' %>
 | |
| </div>
 | |
| 
 | |
| <table class="main items">
 | |
|   <thead>
 | |
|     <tr>
 | |
|       <th><%= User.human_attribute_name(:symbol).capitalize %></th>
 | |
|       <% if current_user.at_least(:active) %>
 | |
|         <th><%= t '.actions' %></th>
 | |
|       <% end %>
 | |
|     </tr>
 | |
|   </thead>
 | |
|   <tbody id="units">
 | |
|     <%= render(@units) || render_no_items %>
 | |
|   </tbody>
 | |
| </table>
 |