aboutsummaryrefslogtreecommitdiffstats
path: root/templates/explore/repos.tmpl
diff options
context:
space:
mode:
authorDhuan <dhuanco@gmail.com>2015-04-18 16:22:27 +0000
committerDhuan <dhuanco@gmail.com>2015-04-18 16:22:27 +0000
commit80e640f082e55d1661f94f6e5d744a6edc8cc43e (patch)
tree1485a0c66b83dab23b1c0c5a536490ed916242e6 /templates/explore/repos.tmpl
parent51aef347ee8b315426b81d97e5dc82fe11cea3bf (diff)
downloadgitea-80e640f082e55d1661f94f6e5d744a6edc8cc43e.tar.gz
gitea-80e640f082e55d1661f94f6e5d744a6edc8cc43e.zip
Fix HTML indentation
Diffstat (limited to 'templates/explore/repos.tmpl')
-rw-r--r--templates/explore/repos.tmpl34
1 files changed, 17 insertions, 17 deletions
diff --git a/templates/explore/repos.tmpl b/templates/explore/repos.tmpl
index 3718803172..1e0143f56a 100644
--- a/templates/explore/repos.tmpl
+++ b/templates/explore/repos.tmpl
@@ -2,25 +2,25 @@
{{template "ng/base/header" .}}
<div id="setting-wrapper" class="main-wrapper">
<div id="org-setting" class="container clear">
- {{template "explore/nav" .}}
+ {{template "explore/nav" .}}
<div class="grid-4-5 left">
<div class="setting-content">
- <div id="org-repo-list">
- {{range .Repos}}
- <div class="org-repo-item">
- <ul class="org-repo-status right">
- <li><i class="octicon octicon-star"></i> {{.NumStars}}</li>
- <li><i class="octicon octicon-git-branch"></i> {{.NumForks}}</li>
- </ul>
- <h2>
- <a href="{{AppSubUrl}}/{{.Owner.Name}}/{{.Name}}">{{.Owner.Name}} / {{.Name}}</a>
- </h2>
- <p class="org-repo-description">{{.Description}}</p>
- <p class="org-repo-updated">{{$.i18n.Tr "org.repo_updated"}} {{TimeSince .Updated $.i18n.Lang}}</p>
- </div>
- {{end}}
- </div>
- </div>
+ <div id="org-repo-list">
+ {{range .Repos}}
+ <div class="org-repo-item">
+ <ul class="org-repo-status right">
+ <li><i class="octicon octicon-star"></i> {{.NumStars}}</li>
+ <li><i class="octicon octicon-git-branch"></i> {{.NumForks}}</li>
+ </ul>
+ <h2>
+ <a href="{{AppSubUrl}}/{{.Owner.Name}}/{{.Name}}">{{.Owner.Name}} / {{.Name}}</a>
+ </h2>
+ <p class="org-repo-description">{{.Description}}</p>
+ <p class="org-repo-updated">{{$.i18n.Tr "org.repo_updated"}} {{TimeSince .Updated $.i18n.Lang}}</p>
+ </div>
+ {{end}}
+ </div>
+ </div>
</div>
</div>
</div>