public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/web/templates/modals/queue.twig
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
<!-- show queue item modal -->
2
<div class="modal fade" id="showQueuedMsg" tabindex="-1" role="dialog" aria-hidden="true">
3
<div class="modal-dialog modal-xl">
4
<div class="modal-content">
5
<div class="modal-header">
6
<h3 class="modal-title"><i class="bi bi-card-checklist" style="font-size:18px"></i> ID <span id="queue_id"></span></h3>
7
<button type="button" class="btn-close" data-bs-dismiss="modal"></button>
8
</div>
9
<div class="modal-body">
10
<textarea class="form-control" id="queue_msg_content" name="content" rows="40"></textarea>
11
</div>
12
</div>
13
</div>
14
</div><!-- show queue item modal -->