]> git.parisson.com Git - teleforma.git/commitdiff
postman: conversation mode
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 22 Apr 2013 14:55:01 +0000 (16:55 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 22 Apr 2013 14:55:01 +0000 (16:55 +0200)
teleforma/templates/postman/base.html
teleforma/templates/telemeta/base.html

index d762a903db958178c7afaf9d184126e062588859..cc500fb3732438f42e8c398772df90e68072f1e9 100644 (file)
@@ -12,9 +12,9 @@
 <div style="background: white;">
 {% postman_unread as unread_count %}
 <ul>
-<li><a href="{% url postman_inbox %}m/">{% if unread_count %} <strong>{% trans "Inbox" %} ({{ unread_count }})</strong>{% else %}{% trans "Inbox" %}{% endif %}</a></li>
-<li><a href="{% url postman_sent %}m/">{% trans "Sent Messages" %}</a></li>
-<li><a href="{% url postman_archives %}m/">{% trans "Archives" %}</a></li>
+<li><a href="{% url postman_inbox %}">{% if unread_count %} <strong>{% trans "Inbox" %} ({{ unread_count }})</strong>{% else %}{% trans "Inbox" %}{% endif %}</a></li>
+<li><a href="{% url postman_sent %}">{% trans "Sent Messages" %}</a></li>
+<li><a href="{% url postman_archives %}">{% trans "Archives" %}</a></li>
 <li><a href="{% url postman_trash %}">{% trans "Trash" %}</a></li>
 </ul>
 </div>
@@ -24,4 +24,4 @@
 </div>
 </div>
 
-{% endblock postman_menu %}
\ No newline at end of file
+{% endblock postman_menu %}
index 65574673be8318f040cdddba0634ba86b0b398c7..eb907b00852cf4646aaf65e70289d71d22501de3 100644 (file)
@@ -94,7 +94,7 @@ alt="logo" />
 
  {% if user.is_authenticated %}
 
- <li><a href="{% url postman_inbox %}m/" class="orange">{% trans "Messaging" %}{% if postman_unread_count %} ({{ postman_unread_count }}){% endif %}</a></li>
+ <li><a href="{% url postman_inbox %}" class="orange">{% trans "Messaging" %}{% if postman_unread_count %} ({{ postman_unread_count }}){% endif %}</a></li>
 
  {% if user.is_staff %}
   <li><a href="{% url teleforma-users %}" class="yellow">{% trans "Users" %}</a></li>