diff --git a/templates/group/sidebar/menu.tmpl b/templates/group/sidebar/menu.tmpl new file mode 100644 index 0000000000..b618df05c2 --- /dev/null +++ b/templates/group/sidebar/menu.tmpl @@ -0,0 +1,18 @@ +

+ {{ctx.Locale.Tr "org.groups"}} + {{if .IsOrganizationMember}} + + + {{svg "octicon-plus" 16 "tw-inline-block"}} + + + {{end}} +

+
+ +
diff --git a/templates/group/sidebar/sidebar_item.tmpl b/templates/group/sidebar/sidebar_item.tmpl new file mode 100644 index 0000000000..4fff95a15f --- /dev/null +++ b/templates/group/sidebar/sidebar_item.tmpl @@ -0,0 +1,25 @@ +{{$item := (call (index $.root "AsGroupItem") .item)}} +{{$parent := $item.Parent}} +
  • + + +