We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e40c2e commit cc2071cCopy full SHA for cc2071c
templates/user/dashboard/dashboard.tmpl
@@ -8,7 +8,7 @@
8
{{template "user/dashboard/feeds" .}}
9
</div>
10
<div id="dashboard-repo-search" class="six wide column">
11
- <div class="ui {{if not .ContextUser.IsOrganization}}three{{else}}two{{end}} item tabable menu">
+ <div class="ui {{if not .ContextUser.IsOrganization}}three{{else}}two{{end}} item stackable tabable menu">
12
<a :class="{item: true, active: tab === 'repos'}" @click="changeTab('repos')">{{.i18n.Tr "repository"}}</a>
13
{{if not .ContextUser.IsOrganization}}
14
<a :class="{item: true, active: tab === 'orgs'}" @click="changeTab('orgs')">{{.i18n.Tr "organization"}}</a>
0 commit comments