~registry/ubuntu-teamreports/trunk

« back to all changes in this revision

Viewing changes to teamreports/templates/index.html

  • Committer: Daniel Holbach
  • Date: 2010-04-19 08:50:13 UTC
  • Revision ID: daniel.holbach@canonical.com-20100419085013-ojj2todnbh33hr22
make admin actions a bit more obvious

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
            {% if user.is_authenticated %}
38
38
              <li><a href="add-report"><b>{% trans "Edit report" %}</b></a></li>
39
39
              <li><a href="{% url propose-team %}">{% trans "Propose your team" %}</a></li>
40
 
              <li><a href="{% url manage %}">{% trans "Manage Ubuntu Team Reports (admins only)" %}</a></li>
 
40
              <li><i><a href="{% url manage %}">{% trans "Manage Ubuntu Team Reports (admins only)" %}</a></i></li>
41
41
            {% else %}
42
42
              <li>{% trans "Edit report" %}</b></li>
43
43
              <li>{% trans "Propose your team" %}</li>
44
 
              <li>{% trans "Review proposals (admins only)" %}</li>
 
44
              <li><i>{% trans "Review proposals (admins only)" %}</i></li>
45
45
            {% endif %}
46
46
          </ul>
47
47
        </td>