|
@@ -47,18 +47,10 @@
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
</td>
|
|
</td>
|
|
|
|
|
|
|
|
- <td width="50%"><a href="{% url 'story_details' story_id=story.id %}">{{ story.name }}</a></td>
|
|
|
|
|
|
|
+ <td width="60%"><a href="{% url 'story_details' story_id=story.id %}">{{ story.name }}</a></td>
|
|
|
|
|
|
|
|
<td class="annotation">{% if story.epic_id %}<span>{{ story.epic.name }}</span>{% endif %}</td>
|
|
<td class="annotation">{% if story.epic_id %}<span>{{ story.epic.name }}</span>{% endif %}</td>
|
|
|
<td width="1%">{% if story.weight %}<span>{% include 'weight_svg.html' with weight=story.weight h=20 %}</span>{% endif %}</td>
|
|
<td width="1%">{% if story.weight %}<span>{% include 'weight_svg.html' with weight=story.weight h=20 %}</span>{% endif %}</td>
|
|
|
- <td width="10%">
|
|
|
|
|
- <form action="{% url 'story_time_spent_update' story_id=story.id %}"
|
|
|
|
|
- method="post" accept-charset="utf-8"
|
|
|
|
|
- style="margin: 0;">
|
|
|
|
|
- {% csrf_token %}
|
|
|
|
|
- <input class="raw-input" name="time_spent" type="text" value="{{ story.time_spent }}" title="Temps passé (en jours)">
|
|
|
|
|
- </form>
|
|
|
|
|
- </td>
|
|
|
|
|
</tr>
|
|
</tr>
|
|
|
{% endfor %}
|
|
{% endfor %}
|
|
|
</table>
|
|
</table>
|