Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Bug 988630 - Consistently expose a link to the list of tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
bobsilverberg committed Apr 1, 2014
1 parent b84ac8f commit 0a0559e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oneanddone/base/templates/base/base.html
Expand Up @@ -50,6 +50,7 @@
{% else %}
{{ _('Welcome!') }}
{% endif %}
| <a href="{{ url('tasks.available') }}">{{ _('Available Tasks') }}</a>
| {{ browserid_logout(text=_('Sign out')) }}
{% else %}
{{ browserid_login(text=_('Sign in'), color='blue') }}
Expand Down

0 comments on commit 0a0559e

Please sign in to comment.