]> git.parisson.com Git - telemeta.git/commitdiff
fix icon
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 13 Apr 2016 14:07:21 +0000 (16:07 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 13 Apr 2016 14:07:21 +0000 (16:07 +0200)
telemeta/templates/telemeta/collection_detail.html

index 82eb8418363f5c967bc40cef667bfb13a461f09b..ae5cbc8492acf5e2cb5739c549e0b8afeaf17cb4 100644 (file)
@@ -47,7 +47,7 @@
     </a>
     <a href="{% url "telemeta-collection-copy" collection.public_id %}">
       <button type="button" class="btn btn-default">
-        <span class="glyphicon glyphicon-new-window"></span> {% trans "Copy" %}
+        <span class="glyphicon glyphicon-copy"></span> {% trans "Copy" %}
       </button>
     </a>
     {% endif %}