Mercurial > prosody-modules
comparison mod_debug_omemo/view.tpl.html @ 4683:d3080767ead3
mod_debug_omemo: Fix header level in HTML template
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 13 Sep 2021 19:28:02 +0100 |
parents | e4e5474420e6 |
children | 76af816739f3 |
comparison
equal
deleted
inserted
replaced
4682:e4e5474420e6 | 4683:d3080767ead3 |
---|---|
197 <td>{item.status?Unknown device} {item.prekey&<span class="badge badge-warning">Used pre-key</span>}</td> | 197 <td>{item.status?Unknown device} {item.prekey&<span class="badge badge-warning">Used pre-key</span>}</td> |
198 <td>{item.comment?}</td> | 198 <td>{item.comment?}</td> |
199 </tr>} | 199 </tr>} |
200 </table> | 200 </table> |
201 | 201 |
202 <h2>Account status</h2> | 202 <h3>Account status</h3> |
203 <p>{user}'s account has {omemo.status} with OMEMO.</p> | 203 <p>{user}'s account has {omemo.status} with OMEMO.</p> |
204 | 204 |
205 <h4>Registered OMEMO devices</h4> | 205 <h4>Registered OMEMO devices</h4> |
206 <table class="table"> | 206 <table class="table"> |
207 <tr> | 207 <tr> |