diff options
author | Unknwon <u@gogs.io> | 2015-08-15 19:07:21 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-15 19:07:21 +0800 |
commit | 2e30b421b403f70ee6b41fdfd8a0b8f1b9a140a8 (patch) | |
tree | 896e691d498ddd1c740b5df2f8241c828d14813e /templates/repo/branch.tmpl | |
parent | c8bb475abb1c661930ca7c835405d7d62f9b154d (diff) | |
download | gitea-2e30b421b403f70ee6b41fdfd8a0b8f1b9a140a8.tar.gz gitea-2e30b421b403f70ee6b41fdfd8a0b8f1b9a140a8.zip |
comletely remove v1 UI files of Gogs
Diffstat (limited to 'templates/repo/branch.tmpl')
-rw-r--r-- | templates/repo/branch.tmpl | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/templates/repo/branch.tmpl b/templates/repo/branch.tmpl deleted file mode 100644 index 8d2d59d7fd..0000000000 --- a/templates/repo/branch.tmpl +++ /dev/null @@ -1,42 +0,0 @@ -{{template "base/head" .}} -{{template "base/navbar" .}} -{{template "repo/nav" .}} -{{template "repo/toolbar" .}} -<div id="body" class="container"> - <div id="source"> - <div class="panel panel-default branch-box info-box"> - <div class="panel-heading info-head"> - <h4>Branches</h4> - </div> - <table class="panel-footer table branch-list table table-hover"> - <thead> - <tr> - <th class="name"></th> - <th class="behind">Behind</th> - <th class="ahead">Ahead</th> - <th class="date">Last Commit</th> - <th class="action"></th> - </tr> - </thead> - <tbody> - <tr class="branch-main"> - <td class="name" colspan="3"> - <a href="#"><strong>BranchName</strong></a> - <button class="btn btn-primary btn-sm">base branch</button> - </td> - <td class="date">3 years ago</td> - <td class="action"></td> - </tr> - <tr> - <td class="name"><a href="#"><strong>BranchName</strong></a></td> - <td class="behind">102 <span class="graph" style="width: 100%"></span></td> - <td class="ahead"><span class="graph" style="width: 4%"></span>4</td> - <td class="date">3 years ago</td> - <td class="action"><a class="btn btn-info btn-sm" href="#">compare</a></td> - </tr> - </tbody> - </table> - </div> - </div> -</div> -{{template "base/footer" .}}
\ No newline at end of file |