]> git.ozlabs.org Git - patchwork/blobdiff - templates/base.html
[views] Restructure profile view, simplify bundle access
[patchwork] / templates / base.html
index b9b359f2c5c10154ff10258d159c0a60e33009a0..896b93970de93d9d985c5aff66bfe204fef4d3ac 100644 (file)
     <a href="{% url patchwork.views.user.profile %}"
      ><strong>{{ user.username }}</strong></a>
     <br/>
-     <a href="{% url patchwork.views.user.profile %}">profile</a> ::
      <a href="{% url patchwork.views.user.todo_lists %}">todo
-      ({{ user.get_profile.n_todo_patches }})</a><br/>
-     <a href="{% url auth_logout %}">logout</a> ::
-     <a href="{% url patchwork.views.help path="about/" %}">about</a>
+      ({{ user.get_profile.n_todo_patches }})</a> ::
+     <a href="{% url patchwork.views.bundle.bundles %}">bundles</a>
+     <br/>
+     <a href="{% url patchwork.views.user.profile %}">profile</a> ::
+     <a href="{% url auth_logout %}">logout</a>
 {% else %}
      <a href="{% url auth_login %}">login</a>
      <br/>