Commit d283781e54991284f57985638cfff60c6bf9bb59

Authored by Marcel Kawski
1 parent b2a5004a

Add title for the rest of pluses buttons adding new chunk between

collector/storage/templates/storage/annotation.html
... ... @@ -384,7 +384,8 @@
384 384 </table>
385 385 <div class="add-chunk">
386 386 {% if user.is_authenticated %}
387   - <i class="add-chunk-between material-icons button add" data-id="{% url 'add_chunk_between' document.id chunk.pk %}">add</i>
  387 + <i class="add-chunk-between material-icons button add" data-id="{% url 'add_chunk_between' document.id chunk.pk %}"
  388 + title="Dodaj sekcję tutaj">add</i>
388 389 {% endif %}
389 390 </div>
390 391 {% endfor %}
... ...