Skip to content

Commit cc2071c

Browse files
pgaskinappleboy
authored andcommitted
Make side nav on dashboard stackable (#1778)
1 parent 1e40c2e commit cc2071c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/dashboard/dashboard.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{{template "user/dashboard/feeds" .}}
99
</div>
1010
<div id="dashboard-repo-search" class="six wide column">
11-
<div class="ui {{if not .ContextUser.IsOrganization}}three{{else}}two{{end}} item tabable menu">
11+
<div class="ui {{if not .ContextUser.IsOrganization}}three{{else}}two{{end}} item stackable tabable menu">
1212
<a :class="{item: true, active: tab === 'repos'}" @click="changeTab('repos')">{{.i18n.Tr "repository"}}</a>
1313
{{if not .ContextUser.IsOrganization}}
1414
<a :class="{item: true, active: tab === 'orgs'}" @click="changeTab('orgs')">{{.i18n.Tr "organization"}}</a>

0 commit comments

Comments
 (0)