mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix #958
This commit is contained in:
		| @@ -130,7 +130,7 @@ | ||||
|                                                         {% if not rule.active %} | ||||
|                                                             class="text-muted" | ||||
|                                                         {% endif %} | ||||
|                                                 ><br/>{{ rule.description }}</small> | ||||
|                                                 ><br/>{{ rule.description|markdown }}</small> | ||||
|                                             {% endif %} | ||||
|  | ||||
|                                         </td> | ||||
|   | ||||
| @@ -31,7 +31,7 @@ | ||||
|                         <h3 class="box-title">{{ 'optionalFields'|_ }}</h3> | ||||
|                     </div> | ||||
|                     <div class="box-body"> | ||||
|                         {{ ExpandedForm.textarea('description') }} | ||||
|                         {{ ExpandedForm.textarea('description', null, {helpText: trans('firefly.field_supports_markdown')}) }} | ||||
|                     </div> | ||||
|                 </div> | ||||
|             </div> | ||||
|   | ||||
| @@ -30,7 +30,7 @@ | ||||
|                     <h3 class="box-title">{{ 'optionalFields'|_ }}</h3> | ||||
|                 </div> | ||||
|                 <div class="box-body"> | ||||
|                     {{ ExpandedForm.textarea('description') }} | ||||
|                     {{ ExpandedForm.textarea('description', null, {helpText: trans('firefly.field_supports_markdown')}) }} | ||||
|                 </div> | ||||
|             </div> | ||||
|         </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user