~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/base/ivle-headings.html

Move /users/:login/+settings to /~:login/+settings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
          <p py:when="logged_in" class="userhello">
55
55
            <span id="usernick">${nick}</span>
56
56
            (<span class="username">${login}</span>) |
57
 
            <a href="/users/${login}/+settings">Settings</a> |
 
57
            <a href="/~${login}/+settings">Settings</a> |
58
58
            <a href="/help">Help</a> |
59
59
            <a href="/logout">Sign out</a>
60
60
          </p>