Renders comment markdown and adds a gap between vote and username in review comment
This commit is contained in:
		
							parent
							
								
									504cf77574
								
							
						
					
					
						commit
						116f8b55e3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -130,9 +130,9 @@ | ||||||
|                                 </div> |                                 </div> | ||||||
|                             {% endif %} |                             {% endif %} | ||||||
|                             <div class="review-content"> |                             <div class="review-content"> | ||||||
|                                 <b>{% user_display review.user %}</b> |                                   <b>{% user_display review.user %}</b> | ||||||
|                                 {{ review.submitted_at|timesince }} ago <br /> |                                 {{ review.submitted_at|timesince }} ago <br /> | ||||||
|                                 {{ review.comment|safe }} |                                 {{ review.comment_html|safe }} | ||||||
|                             </div> |                             </div> | ||||||
|                         </div> |                         </div> | ||||||
|                     {% endfor %} |                     {% endfor %} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Scott Bragg
						Scott Bragg