|
@@ -1,14 +1,16 @@ |
|
|
<div class="tablet only mobile only sixteen wide mobile sixteen wide tablet column row"> |
|
|
<div class="tablet only mobile only sixteen wide mobile sixteen wide tablet column row"> |
|
|
<div class="ui secondary pointing tabular top attached borderless menu navbar"> |
|
|
<div class="ui secondary pointing tabular top attached borderless menu navbar"> |
|
|
<a class="{{if $.PageIsOrgHome}}active{{end}} item" href="{{.HomeLink}}"> |
|
|
<a class="{{if $.PageIsOrgHome}}active{{end}} item" href="{{.HomeLink}}"> |
|
|
{{svg "octicon-home" 16}} {{$.i18n.Tr "org.组织主页"}} |
|
|
|
|
|
</a> |
|
|
|
|
|
<a class="{{if $.PageIsOrgMembers}}active{{end}} item" href="{{$.OrgLink}}/members"> |
|
|
|
|
|
{{svg "octicon-organization" 16}} {{$.i18n.Tr "org.people"}} |
|
|
|
|
|
</a> |
|
|
|
|
|
<a class="{{if $.PageIsOrgTeams}}active{{end}} item" href="{{$.OrgLink}}/teams"> |
|
|
|
|
|
{{svg "octicon-jersey" 16}} {{$.i18n.Tr "org.teams"}} |
|
|
|
|
|
|
|
|
{{svg "octicon-home" 16}} {{$.i18n.Tr "org.home"}} |
|
|
</a> |
|
|
</a> |
|
|
|
|
|
{{if or ($.IsOrganizationMember) ($.IsOrganizationOwner)}} |
|
|
|
|
|
<a class="{{if $.PageIsOrgMembers}}active{{end}} item" href="{{$.OrgLink}}/members"> |
|
|
|
|
|
{{svg "octicon-organization" 16}} {{$.i18n.Tr "org.people"}} |
|
|
|
|
|
</a> |
|
|
|
|
|
<a class="{{if $.PageIsOrgTeams}}active{{end}} item" href="{{$.OrgLink}}/teams"> |
|
|
|
|
|
{{svg "octicon-jersey" 16}} {{$.i18n.Tr "org.teams"}} |
|
|
|
|
|
</a> |
|
|
|
|
|
{{end}} |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<!--平板、移动端--> |
|
|
<!--平板、移动端--> |
|
@@ -18,15 +20,17 @@ |
|
|
<div class="sixteen wide column ui secondary sticky pointing tabular vertical menu"> |
|
|
<div class="sixteen wide column ui secondary sticky pointing tabular vertical menu"> |
|
|
{{with .Org}} |
|
|
{{with .Org}} |
|
|
<a class="{{if $.PageIsOrgHome}}active{{end}} item" href="{{.HomeLink}}"> |
|
|
<a class="{{if $.PageIsOrgHome}}active{{end}} item" href="{{.HomeLink}}"> |
|
|
{{svg "octicon-home" 16}} {{$.i18n.Tr "org.主页"}} |
|
|
|
|
|
|
|
|
{{svg "octicon-home" 16}} {{$.i18n.Tr "org.home"}} |
|
|
</a> |
|
|
</a> |
|
|
{{end}} |
|
|
{{end}} |
|
|
<a class="{{if $.PageIsOrgMembers}}active{{end}} item" href="{{$.OrgLink}}/members"> |
|
|
|
|
|
{{svg "octicon-organization" 16}} {{$.i18n.Tr "org.people"}} |
|
|
|
|
|
</a> |
|
|
|
|
|
<a class="{{if $.PageIsOrgTeams}}active{{end}} item" href="{{$.OrgLink}}/teams"> |
|
|
|
|
|
{{svg "octicon-jersey" 16}} {{$.i18n.Tr "org.teams"}} |
|
|
|
|
|
</a> |
|
|
|
|
|
|
|
|
{{if or ($.IsOrganizationMember) ($.IsOrganizationOwner)}} |
|
|
|
|
|
<a class="{{if $.PageIsOrgMembers}}active{{end}} item" href="{{$.OrgLink}}/members"> |
|
|
|
|
|
{{svg "octicon-organization" 16}} {{$.i18n.Tr "org.people"}} |
|
|
|
|
|
</a> |
|
|
|
|
|
<a class="{{if $.PageIsOrgTeams}}active{{end}} item" href="{{$.OrgLink}}/teams"> |
|
|
|
|
|
{{svg "octicon-jersey" 16}} {{$.i18n.Tr "org.teams"}} |
|
|
|
|
|
</a> |
|
|
|
|
|
{{end}} |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |