Fix admin interface repeating rule title instead of showing hint text (#29758)
This commit is contained in:
		
							parent
							
								
									cfea9cc172
								
							
						
					
					
						commit
						7508472d84
					
				| 
						 | 
					@ -5,7 +5,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .announcements-list__item__action-bar
 | 
					  .announcements-list__item__action-bar
 | 
				
			||||||
    .announcements-list__item__meta
 | 
					    .announcements-list__item__meta
 | 
				
			||||||
      = rule.text
 | 
					      = rule.hint
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    %div
 | 
					    %div
 | 
				
			||||||
      = table_link_to 'trash', t('admin.rules.delete'), admin_rule_path(rule), method: :delete, data: { confirm: t('admin.accounts.are_you_sure') } if can?(:destroy, rule)
 | 
					      = table_link_to 'trash', t('admin.rules.delete'), admin_rule_path(rule), method: :delete, data: { confirm: t('admin.accounts.are_you_sure') } if can?(:destroy, rule)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue