summaryrefslogtreecommitdiffstats
path: root/templates/repo/pulls
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-10 01:04:23 +0800
committerUnknwon <u@gogs.io>2015-08-10 01:04:23 +0800
commit48f12d4eaddf08282086199d94a306b47483521f (patch)
treed0bbe611ace41557262acd7925fe157d1ad2820c /templates/repo/pulls
parenta79586cc545594d8876438e2497c9408945748b2 (diff)
downloadgitea-48f12d4eaddf08282086199d94a306b47483521f.tar.gz
gitea-48f12d4eaddf08282086199d94a306b47483521f.zip
upgrade new issue to SUI v2
Diffstat (limited to 'templates/repo/pulls')
-rw-r--r--templates/repo/pulls/compare.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/pulls/compare.tmpl b/templates/repo/pulls/compare.tmpl
index ecc6783261..798210dbff 100644
--- a/templates/repo/pulls/compare.tmpl
+++ b/templates/repo/pulls/compare.tmpl
@@ -1,7 +1,7 @@
{{template "base/head" .}}
<div class="repository compare pull">
{{template "repo/header" .}}
- <div class="ui middle page grid body">
+ <div class="ui container">
<div class="sixteen wide column page grid">
<h2 class="ui header">
{{.i18n.Tr "repo.pulls.compare_changes"}}
@@ -9,7 +9,7 @@
</h2>
<div class="ui segment choose branch">
<span class="octicon octicon-git-compare"></span>
- <div class="ui floating filter dropdown">
+ <div class="ui floating filter dropdown" data-no-results="{{.i18n.Tr "repo.pulls.no_results"}}">
<div class="ui basic small button">
<span class="text">base: {{$.BaseBranch}}</span>
<i class="dropdown icon"></i>