forked from shibao/cannery
		
	fix confusing placeholder
This commit is contained in:
		@@ -98,8 +98,7 @@
 | 
				
			|||||||
      class: "mr-4 title text-lg text-primary-600"
 | 
					      class: "mr-4 title text-lg text-primary-600"
 | 
				
			||||||
    ) %>
 | 
					    ) %>
 | 
				
			||||||
    <%= text_input(f, :powder_type,
 | 
					    <%= text_input(f, :powder_type,
 | 
				
			||||||
      class: "text-center col-span-2 input input-primary",
 | 
					      class: "text-center col-span-2 input input-primary"
 | 
				
			||||||
      placeholder: gettext("Brass")
 | 
					 | 
				
			||||||
    ) %>
 | 
					    ) %>
 | 
				
			||||||
    <%= error_tag(f, :powder_type, "col-span-3 text-center") %>
 | 
					    <%= error_tag(f, :powder_type, "col-span-3 text-center") %>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user