##// END OF EJS Templates
quick login: add link to Journal to popup menu
Aras Pranckevicius -
r1975:9c5b33c4 beta
parent child Browse files
Show More
@@ -119,6 +119,7 b''
119 <div class="links_right">
119 <div class="links_right">
120 <ol class="links">
120 <ol class="links">
121 <li>${h.link_to(_(u'Home'),h.url('home'))}</li>
121 <li>${h.link_to(_(u'Home'),h.url('home'))}</li>
122 <li>${h.link_to(_(u'Journal'),h.url('journal'))}</li>
122 <li>${h.link_to(_(u'My account'),h.url('admin_settings_my_account'))}</li>
123 <li>${h.link_to(_(u'My account'),h.url('admin_settings_my_account'))}</li>
123 <li class="logout">${h.link_to(_(u'Log Out'),h.url('logout_home'))}</li>
124 <li class="logout">${h.link_to(_(u'Log Out'),h.url('logout_home'))}</li>
124 </ol>
125 </ol>
General Comments 0
You need to be logged in to leave comments. Login now