mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Put h3 and a on one line
This commit is contained in:
@@ -61,8 +61,7 @@ script(type='text/ng-template', id='partials/options.social.guilds.public.html')
|
|||||||
a.btn.btn-sm.btn-success(ng-if="::!group._isMember", ng-click='join(group)')
|
a.btn.btn-sm.btn-success(ng-if="::!group._isMember", ng-click='join(group)')
|
||||||
span.glyphicon.glyphicon-ok
|
span.glyphicon.glyphicon-ok
|
||||||
=env.t('join')
|
=env.t('join')
|
||||||
h4
|
h4: a(href='/#/options/groups/guilds/{{::group._id}}'){{::group.name}}
|
||||||
a(href='/#/options/groups/guilds/{{::group._id}}'){{::group.name}}
|
|
||||||
p {{::group.description}}
|
p {{::group.description}}
|
||||||
|
|
||||||
script(type='text/ng-template', id='partials/options.social.guilds.detail.html')
|
script(type='text/ng-template', id='partials/options.social.guilds.detail.html')
|
||||||
|
|||||||
Reference in New Issue
Block a user