quadre-git
Version:
Integration of Git into Quadre
12 lines (11 loc) • 416 B
HTML
<div id="git-changelog-dialog" class="modal">
<div class="modal-header">
<h1 class="dialog-title">Quadre Git: {{TITLE}}</h1>
</div>
<div class="modal-body table-striped tab-content">
<div id="git-changelog"></div>
</div>
<div class="modal-footer">
<button data-button-id="ok" class="dialog-button btn btn-80">{{Strings.BUTTON_CLOSE}}</button>
</div>
</div>