mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
Merge branch 'Alys-guild-list-links-2015-06-28' into develop
This commit is contained in:
commit
851868296f
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +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)')
|
||||
span.glyphicon.glyphicon-ok
|
||||
=env.t('join')
|
||||
h4 {{::group.name}}
|
||||
h4: a(href='/#/options/groups/guilds/{{::group._id}}'){{::group.name}}
|
||||
p {{::group.description}}
|
||||
|
||||
script(type='text/ng-template', id='partials/options.social.guilds.detail.html')
|
||||
|
|
|
|||
Loading…
Reference in a new issue