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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-12-08 03:17:04 UTC
  • Revision ID: grantw@unimelb.edu.au-20091208031704-qnfmk420nzqwk3zh
ivle-refreshfilesystem will now rebuild the Subversion htpasswd file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
            <p py:when="logged_in" class="userhello">
51
51
              <span id="usernick">${nick}</span>
52
52
              (<span class="username">${login}</span>) |
53
 
              <a href="/~${login}/+settings">Settings</a> |
 
53
              <a href="/~${login}/+edit">Settings</a> |
54
54
              <py:choose>
55
55
                <a py:when="defined('help_path')" href="/+help/${help_path}">Help</a>
56
56
                <a py:otherwise="" href="/+help/">Help</a>