git.rs: cleaning; render.rs: refactor to fit new git.rs library; test_render: initial commit; assets/*: update templates
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="res/style.css">
|
||||
<link rel="stylesheet" href="res/martian.css">
|
||||
<link rel="stylesheet" href="res/mint.css">
|
||||
<script>
|
||||
/*
|
||||
@licstart The following is the entire license notice for the
|
||||
@@ -78,14 +78,13 @@
|
||||
</div>
|
||||
|
||||
<div class=buttonListWrap>
|
||||
<ul class=buttonList>
|
||||
<li><a href="./">code</a></li>
|
||||
<li><a href="./commits">commits</a></li>
|
||||
<li><a href="./tags">tags</a></li>
|
||||
<li><a href="./tickets">issues {{ ticket_count }}</a></li>
|
||||
<li><a href="/">releases</a></li>
|
||||
<li><a href="/">settings</a></li>
|
||||
</ul>
|
||||
<div class="tabList end"><span>code</span>
|
||||
<a href="./commits">history</a>
|
||||
<a href="./tags">tags</a>
|
||||
<a href="./tickets">tickets {{ ticket_count }}</a></li>
|
||||
<a href="./releases">releases</a>
|
||||
<a href="./settings">settings</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<tr>
|
||||
<td><a class={{ entry.class }} href="/">{{ entry.path }}</a></td>
|
||||
<td><a class=commit href="./commit/{{ entry.last_commit }}">
|
||||
{{ entry.last_commit_short }}
|
||||
{{ entry.last_commit_message }}
|
||||
</a></td>
|
||||
<td><time datetime="{{ entry.last_commit_time }}">
|
||||
{{ entry.last_commit_time | date(format="%Y-%m-%d %H:%M")}}
|
||||
|
||||
Reference in New Issue
Block a user