this repo has no description

hr between commits

Akshay cc11823a 18184db7

Changed files
+2
appview
pages
templates
+1
appview/pages/templates/repo/index.html
··· 16 {{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a> 17 <div>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div> 18 </div> 19 {{ end }} 20 </div> 21 {{- if .Readme }}
··· 16 {{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a> 17 <div>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div> 18 </div> 19 + <hr /> 20 {{ end }} 21 </div> 22 {{- if .Readme }}
+1
appview/pages/templates/repo/log.html
··· 16 {{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a> 17 <div>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div> 18 </div> 19 {{ end }} 20 </div> 21 </main>
··· 16 {{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a> 17 <div>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div> 18 </div> 19 + <hr /> 20 {{ end }} 21 </div> 22 </main>