mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 07:03:40 +08:00
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.
This commit is contained in:
parent
f6753d3d46
commit
66711816cd
|
@ -15,7 +15,7 @@
|
|||
</section>
|
||||
|
||||
<section class='user-main'>
|
||||
<section class='about'>
|
||||
<section class='about group'>
|
||||
<div class='details'>
|
||||
<h1>{{name}}</h1>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user