From 1982194dc5abe1b400245414bac09f83957b4fe5 Mon Sep 17 00:00:00 2001 From: Sorien Date: Thu, 14 May 2020 21:15:21 +0200 Subject: Prettify timeline 3 (#11139) * Fix timeline comments sections borders * Fix files dropzone right alignment * Update review comment form and controls * Clear segment style from comment form tabs * Remove segment class from pulls tab * Fix Time Tracker - Add Time button border * Fix buttons right alignment * Markdown tab minimal height * Fix DropZone hover effect * Fix Lint + remove unused controls class Co-authored-by: Lunny Xiao Co-authored-by: zeripath --- templates/repo/pulls/commits.tmpl | 2 +- templates/repo/pulls/files.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/repo/pulls') diff --git a/templates/repo/pulls/commits.tmpl b/templates/repo/pulls/commits.tmpl index d084f9bc5a..422295f55b 100644 --- a/templates/repo/pulls/commits.tmpl +++ b/templates/repo/pulls/commits.tmpl @@ -11,7 +11,7 @@
{{template "repo/issue/view_title" .}} {{template "repo/pulls/tab_menu" .}} -
+
{{template "repo/commits_table" .}}
diff --git a/templates/repo/pulls/files.tmpl b/templates/repo/pulls/files.tmpl index c882c0c38e..4caebf0b56 100644 --- a/templates/repo/pulls/files.tmpl +++ b/templates/repo/pulls/files.tmpl @@ -12,7 +12,7 @@ {{template "repo/issue/view_title" .}} {{template "repo/pulls/tab_menu" .}} {{template "base/alert" .}} -
+
{{template "repo/diff/box" .}}
-- cgit v1.2.3