|
|
@@ -1,4 +1,3 @@
|
|
|
-{{/** WIP - Beta **/}}
|
|
|
{{template "base/head" .}}
|
|
|
<div class="pages">
|
|
|
<section style="height:auto" class="pages head">
|
|
|
@@ -44,7 +43,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</section>
|
|
|
-
|
|
|
<h2 class="ui container ex-search">
|
|
|
<i style="font-size:.9em" class="menu-icon octicon">🔍</i>
|
|
|
Search more than <strong>{{.Total}}</strong> repositories
|
|
|
@@ -93,7 +91,10 @@
|
|
|
<div class="card explore-card card">
|
|
|
<div class="content">
|
|
|
<a href="{{AppSubURL}}/{{if .Owner}}{{.Owner.Name}}{{else if $.Org}}{{$.Org.Name}}{{else}}{{$.Owner.Name}}{{end}}/{{.Name}}">
|
|
|
- <div class="explore-card title">{{if $.PageIsExplore}}{{.Owner.Name}} / {{end}}{{.Name}}</div>
|
|
|
+ <div class="explore-card title">
|
|
|
+ {{if $.PageIsExplore}}{{.Owner.Name}} / {{end}}{{.Name}}
|
|
|
+ {{if .IsVerified}}<i class="verified octicon octicon-verified"></i>{{end}}
|
|
|
+ </div>
|
|
|
<div class="explore-card description has-emoji">
|
|
|
{{.Description | Str2HTML}}
|
|
|
</div>
|