From 8ed20d11d96b7a933e3ec512515ca6b3a4b4ff4a Mon Sep 17 00:00:00 2001 From: psytau Date: Sat, 5 Jul 2014 22:55:53 +0800 Subject: [PATCH] add img-circle class to profile img --- app/views/topics/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/topics/show.html.haml b/app/views/topics/show.html.haml index f74b5f6..e95849a 100644 --- a/app/views/topics/show.html.haml +++ b/app/views/topics/show.html.haml @@ -5,7 +5,7 @@ %p %strong= model_class.human_attribute_name(:student_id) + ':' %br - = image_tag @student.image, height: 100, width: 100 + = image_tag @student.image, height: 100, width: 100, class: 'img-circle' = @student.name %br %strong