]> git.parisson.com Git - teleforma.git/commitdiff
fix streaming button
authoryomguy <yomguy@parisson.com>
Mon, 8 Apr 2019 16:31:04 +0000 (18:31 +0200)
committeryomguy <yomguy@parisson.com>
Mon, 8 Apr 2019 16:31:04 +0000 (18:31 +0200)
teleforma/templates/teleforma/course_conference_record.html

index d8afd72dc3f7084a5445f6ee286d8ae4af0ecf3b..757b6888b5e093437a8abe541e1174f3cd4710bb 100644 (file)
@@ -97,8 +97,8 @@ $(document).ready(function(){
         {% endif %}
     </tr>
     {% endfor %}
-    <tr><td>{% trans "Action" %}:</td>
-    <td><a href="#" class="component_icon button" id="action_red">{% trans "Record and stream" %}</a></td>
+    <tr><br><td>{% trans "Action" %}:</td>
+    <td><br><a href="#" class="component_icon button" id="action_red">{% trans "Record and stream" %}</a></td>
     </tr>
 </table>
 </form>