Minor - format code

pull/2990/head
Julio Montoya 6 years ago
parent a41b1aa476
commit 9076905d7c
  1. 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,8 +153,6 @@
<a class="btn btn-default" href="{{ meeting.end_url }} ">
{{ 'CloseMeeting'|get_plugin_lang('BBBPlugin') }}
</a>
{% else %}
{% endif %}
{{ meeting.action_links }}
</td>

Loading…
Cancel
Save