codiad/plugins/Codiad-CodeGit-master/templates/blame.html

16 lines
453 B
HTML
Executable File

<div class="git_blame_area">
<label>Blame view</label>
<div class="content">
<table>
<thead>
<tr>
<th class="file-info" colspan="3"></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<footer>
<button onclick="codiad.CodeGit.showDialog('overview', codiad.CodeGit.location); return false;">Close</button>
</footer>
</div>