mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-16 03:30:05 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue