|
@@ -48,7 +48,6 @@
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
|
|
<ul class="actions small">
|
|
<ul class="actions small">
|
|
|
-
|
|
|
|
|
{% if story.closed %}
|
|
{% if story.closed %}
|
|
|
<li><a class="button alt icon fa-folder-open tool-btn" href="{% url 'story_reopen' story_id=story.id %}" title="Ré-ouvrir">Ré-ouvrir</a></li>
|
|
<li><a class="button alt icon fa-folder-open tool-btn" href="{% url 'story_reopen' story_id=story.id %}" title="Ré-ouvrir">Ré-ouvrir</a></li>
|
|
|
{% else %}
|
|
{% else %}
|
|
@@ -97,7 +96,7 @@
|
|
|
<h5>Temps passé</h5>
|
|
<h5>Temps passé</h5>
|
|
|
<span style="margin-left: 21px;">
|
|
<span style="margin-left: 21px;">
|
|
|
{% if story.time_spent > 0 %}
|
|
{% if story.time_spent > 0 %}
|
|
|
- {{ story.time_spent }} demi-journées
|
|
|
|
|
|
|
+ {{ story.time_spent }} jour{{ story.time_spent|pluralize }}
|
|
|
{% else %}
|
|
{% else %}
|
|
|
<i>Non-renseigné</i>
|
|
<i>Non-renseigné</i>
|
|
|
{% endif %}
|
|
{% endif %}
|