diff options
author | Filipp Lepalaan <filipp@mac.com> | 2016-03-21 20:37:11 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2016-03-21 20:37:11 +0200 |
commit | ec867584ef2078492d70b555ca419ea9e01dca8e (patch) | |
tree | 104c93fa71c67b18ad8e4221f8f1f9325178e04e /servo/templates/notes/list_notes.html | |
parent | 1b6e5ee722f76f594e3d95dfa8d77ac2b9f2173a (diff) | |
download | Servo-ec867584ef2078492d70b555ca419ea9e01dca8e.tar.gz Servo-ec867584ef2078492d70b555ca419ea9e01dca8e.tar.bz2 Servo-ec867584ef2078492d70b555ca419ea9e01dca8e.zip |
Fixed article flag marking
Diffstat (limited to 'servo/templates/notes/list_notes.html')
-rwxr-xr-x | servo/templates/notes/list_notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/notes/list_notes.html b/servo/templates/notes/list_notes.html index 30fdb3d..187d421 100755 --- a/servo/templates/notes/list_notes.html +++ b/servo/templates/notes/list_notes.html @@ -35,7 +35,7 @@ <ul class="nav nav-list"> <li class="nav-header">{% trans "Messages" %}</li> <li class="{% active request "inbox" %}"><a href="{% url 'notes-list_notes' kind="inbox" %}">{% trans "Inbox" %} <span class="badge pull-right">{{ inbox_count|safe }}</span></a></li> - <li class="{% active request "articles" %}"><a href="{% url 'notes-list_notes' kind="articles" %}">{% trans "GSX" %}</a></li> + <li class="{% active request "articles" %}"><a href="{% url 'notes-list_notes' kind="articles" %}">{% trans "Articles" %}</a></li> <li class="{% active request "flagged" %}"><a href="{% url 'notes-list_notes' kind="flagged" %}">{% trans "Flagged" %}</a></li> <li class="{% active request "sent" %}"><a href="{% url 'notes-list_notes' kind="sent" %}">{% trans "Sent" %}</a></li> <!--<li class="{% active request "escalations" %}"><a href="{% url 'notes-list_notes' kind="escalations" %}">{% trans "Escalations" %}</a></li>//--> |