Browse Source

Enhanced repo home has no content and Closes #107

Yoginth 7 years ago
parent
commit
fae94c0bec
1 changed files with 5 additions and 1 deletions
  1. 5 1
      templates/repo/bare.tmpl

+ 5 - 1
templates/repo/bare.tmpl

@@ -53,7 +53,11 @@ git push -u origin master</code></pre>
 						</div>
 					{{else}}
 						<div class="ui segment center">
-							{{.i18n.Tr "repo.bare_message"}}
+							<div class="ui center dashboard no-activity">
+								<img class="ui avatar small image" src="https://cdn.gitote.in/img/svg/collection.svg">
+								<br/>
+								<h2>{{.i18n.Tr "repo.bare_message"}}</h2>
+							</div>
 						</div>
 					{{end}}
 				</div>