srctree

Gregory Mullen parent ba97d853 b05f619c
add templates for blame

filename was Deleted added: 44, removed: 8, total 36
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>srctree</title>
<!-- _meta_head.html -->
</head>
<body>
<!-- _body_header.html -->
<content>
<blob>
<a class="btn" href="<!-- blame_uri ORNULL -->/blame">blame</a>
<header><!-- filename --></header>
<!-- blame -->
</blob>
</content>
</body>
</html>
 
templates/blob.html added: 44, removed: 8, total 36
@@ -7,11 +7,11 @@
<body>
<!-- _body_header.html -->
<content>
<b><!-- branch.default --></b>
<p>branches</p>
<!-- branches -->
<b>files</b>
<!-- files -->
<blob>
<a class="btn" href="/repo/<!-- repo -->/blame/<!-- uri_filename -->">blame</a>
<header><!-- filename --></header>
<!-- blob -->
</blob>
</content>
</body>
</html>
 
filename was Deleted added: 44, removed: 8, total 36
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title>srctree</title>
<!-- _meta_head.html -->
</head>
<body>
<!-- _body_header.html -->
<content>
<div class="act-btns">
<a class="btn" href="<!-- repo_name ORNULL -->/commits">commits</a>
<a class="btn" href="<!-- repo_name ORNULL -->/issues/new">New Issue</a>
<a class="btn" href="<!-- repo_name ORNULL -->/diffs/new">Suggest Diff</a>
</div>
<!-- repo -->
<!-- readme -->
</content>
</body>
</html>