Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit a7d78a1

Browse files
committed
Add guid to My Page link in top navigation
- closes #1724
1 parent a8871aa commit a7d78a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/templates/pageNav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<span class="pull-right txt-muted ion-arrow-right-b positionRelative" style="top: 4px"></span>
66
</a>
77
<hr/>
8-
<a href="#userPage">
8+
<a href="#userPage/<%= ob.guid %>">
99
<span class="ion-document-text fontSize12 marginRight2 textOpacity1"></span>
1010
<%= polyglot.t('nav.myPage') %>
1111
<span class="pull-right txt-muted marginLeft10"><%= config.keyShortcutPrefix + config.keyShortcuts.myPage.toUpperCase() %></span>

0 commit comments

Comments
 (0)