From 66711816cdf0fd86ab19faf1af64c7f999936375 Mon Sep 17 00:00:00 2001 From: Boris Date: Wed, 28 May 2014 13:27:52 +1000 Subject: [PATCH] Group profile page template: add extra class so that we can differentiate group details from user details in CSS Since the layout of the "user details" section on the Group profile page is very different from a regular User profile page, we need to be able to selectively style the Group profile. Achieve this by adding a CSS flagging class. --- app/assets/javascripts/discourse/templates/group.js.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/group.js.handlebars b/app/assets/javascripts/discourse/templates/group.js.handlebars index 623795844c4..fe0dee1f924 100644 --- a/app/assets/javascripts/discourse/templates/group.js.handlebars +++ b/app/assets/javascripts/discourse/templates/group.js.handlebars @@ -15,7 +15,7 @@
-
+

{{name}}