소스 검색

Enhanced repo home has no content and Closes #107

Yoginth 7 년 전
부모
커밋
fae94c0bec
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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>