summaryrefslogtreecommitdiff
path: root/app/views/projects/compare/index.html.haml
blob: 5454cdada958265057a3340a18038494318f3c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- page_title "比较"
= render "projects/commits/header_title"
= render "projects/commits/head"

.gray-content-block
  比较分支、标签或提交范围。
  %br
  填写诸如
  %code.label-branch 4eedf23
  这样的提交 ID 或
  %code.label-branch master
  这种分支/标签名,然后点击比较按钮获取提交列表和代码差异。
  %br
  显示<b>从</b>第一个版本<b>到</b>第二个版本的差异。

.prepend-top-20
  = render "form"