File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 8787 <li><a href="/account/identities">Identities</a></li>
8888 <li><a href="/account/profile">Profile</a></li>
8989 <li><a href="/account/favorite/list">Favorites</a></li>
90+ [% if $author.pauseid { %]
91+ <li><a href="/author/[% $author.pauseid %]">Distributions</a></li>
92+ [% } %]
9093 <li>
9194 <a href="#" type="button" class="logout-button">
9295 Logout
Original file line number Diff line number Diff line change 1212<li class="[% if $current['account/favorite/list'] { 'active' } %]">
1313 <a href="/account/favorite/list">Favorites</a>
1414</li>
15+ [% if $author.pauseid { %]
16+ <li>
17+ <a href="/author/[% $author.pauseid %]">Distributions</a>
18+ </li>
19+ [% } %]
1520<li>
1621 <a href="#" class="logout-button">Logout</a>
1722</li>
You can’t perform that action at this time.
0 commit comments