Explorar el Código

Minor - format code

Julio Montoya hace 5 años
padre
commit
9076905d7c
Se han modificado 1 ficheros con 2 adiciones y 5 borrados
  1. 2 5
      plugin/bbb/view/listing.tpl

+ 2 - 5
plugin/bbb/view/listing.tpl

@@ -1,4 +1,4 @@
-<style type="text/css">
+<style>
     .conference .url{
         padding: 5px;
         margin-bottom: 5px;
@@ -115,7 +115,6 @@
         <div class="page-header">
             <h2>{{ 'RecordList'| get_plugin_lang('BBBPlugin') }}</h2>
         </div>
-
         <table class="table">
             <tr>
                 <th>{{ 'CreatedAt'| get_plugin_lang('BBBPlugin') }}</th>
@@ -154,10 +153,8 @@
                         <a class="btn btn-default" href="{{ meeting.end_url }} ">
                             {{ 'CloseMeeting'|get_plugin_lang('BBBPlugin') }}
                         </a>
-                    {% else %}
-
                     {% endif %}
-                        {{ meeting.action_links }}
+                    {{ meeting.action_links }}
                     </td>
                 {% endif %}