Merge branch 'MDL-78543' of https://github.com/skodak/moodle
[moodle.git] / mod / bigbluebuttonbn / templates / mobile_view_error.mustache
bloba218f217137d06babe79e11d5e8cdf080ef30047
1 {{!
2     This file is part of Moodle - http://moodle.org/
4     Moodle is free software: you can redistribute it and/or modify
5     it under the terms of the GNU General Public License as published by
6     the Free Software Foundation, either version 3 of the License, or
7     (at your option) any later version.
9     Moodle is distributed in the hope that it will be useful,
10     but WITHOUT ANY WARRANTY; without even the implied warranty of
11     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12     GNU General Public License for more details.
14     You should have received a copy of the GNU General Public License
15     along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
17 {{!
18     @template mod_bigbluebuttonbn/mobile_view_error
20     This template renders the error for mobile page.
22     Example context (json):
23     {
24         "error": "This is wrong!"
25     }
27 {{=<% %>=}}
28 <div>
29     <ion-list>
30         <ion-item class="ion-text-wrap" text-wrap>
31             <ion-label><% error %></ion-label>
32         </ion-item>
33     </ion-list>
34 </div>