]> git.parisson.com Git - teleforma.git/commitdiff
[templates] add explicit media links near video posters
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 17 Jun 2020 15:32:09 +0000 (17:32 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 17 Jun 2020 15:32:09 +0000 (17:32 +0200)
teleforma/templates/teleforma/inc/media_list.html
teleforma/templates/teleforma/inc/media_list_pending.html

index 346bcfd53ec37353380c50df596e9e4c9e5589c5..76c2de5ff709878af08c0921fbd5b7907234474f 100644 (file)
                  <img src="/static/teleforma/images/play_168.png" width="100%" alt="{% trans 'Click here' %}" />
                 </div>
                {% endthumbnail %}
+              {% else %}
+               {% trans 'Click here' %}
               {% endif %}
              {% endfor %}
             {% else %}
-              {% trans 'Click here' %}
+              <div>{% trans 'Click here' %}</div>
             {% endif %}
+            <div>{% trans 'Click here' %}</div>
             </a>
             </td>
             <td {% if forloop.first %}class="border-top"{% endif %} width="60%" style="padding-left: 1em;">
index 8bc5d11b7aab46f2da98f33d64cf2a3cfff4e7b9..d552cdecc528f5ffe908e6fa8a38207ff67739b4 100644 (file)
@@ -28,6 +28,7 @@
             {% else %}
               {% trans 'Click here' %}
             {% endif %}
+            <div>{% trans 'Click here' %}</div>
             </a>
             </td>
             <td {% if forloop.first %}class="border-top"{% endif %} width="60%" style="padding-left: 1em;">