From 37e0cee8770fc4f14857e16eabe83ab7e93a0646 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 2 Sep 2015 04:08:05 -0400 Subject: finish PR UI --- templates/repo/pulls/files.tmpl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/repo/pulls/files.tmpl (limited to 'templates/repo/pulls/files.tmpl') diff --git a/templates/repo/pulls/files.tmpl b/templates/repo/pulls/files.tmpl new file mode 100644 index 00000000..1226944b --- /dev/null +++ b/templates/repo/pulls/files.tmpl @@ -0,0 +1,19 @@ +{{template "base/head" .}} +
+ {{template "repo/header" .}} +
+ +
+ {{template "repo/issue/view_title" .}} + {{template "repo/pulls/tab_menu" .}} +
+ {{template "repo/diff_box" .}} +
+
+
+{{template "base/footer" .}} \ No newline at end of file -- cgit v1.2.3