Skip to content

Commit

Permalink
Fix missing icons in search result. Fix #51.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dixin committed Sep 27, 2017
1 parent 3750a27 commit 6059e23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/Etymology.Web/Client/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
</li>
</ul>
<hr />
<h3>Bronze characters 金文 (52)</h3>
<h3><span class="glyphicon glyphicon-modal-window" aria-hidden="true"></span> Bronze characters 金文 (52)</h3>
<ul class="list-inline list-unstyled">
<li class="text-center">
<div class="etymology-B19532"></div>
Expand Down Expand Up @@ -509,15 +509,15 @@
</li>
</ul>
<hr />
<h3>Seal characters 说文解字的篆字 (1)</h3>
<h3><span class="glyphicon glyphicon-book" aria-hidden="true"></span> Seal characters 说文解字的篆字 (1)</h3>
<ul class="list-inline list-unstyled">
<li class="text-center">
<div class="etymology-S10685"></div>
<p>S10685</p>
</li>
</ul>
<hr />
<h3>Liushutong characters 六书通的篆字 (19)</h3>
<h3><span class="glyphicon glyphicon-list-alt" aria-hidden="true"></span> Liushutong characters 六书通的篆字 (19)</h3>
<ul class="list-inline list-unstyled">
<li class="text-center">
<div class="etymology-L08938"></div>
Expand Down
6 changes: 3 additions & 3 deletions src/Etymology.Web/Server/Views/Etymology/Analyze.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</ul>
}
<hr />
<h3>Bronze characters 金文 (@bronzes.Length)</h3>
<h3><span class="glyphicon glyphicon-modal-window" aria-hidden="true"></span> Bronze characters 金文 (@bronzes.Length)</h3>
@if (!bronzes.Any())
{
<p>There is no known bronze characters found. 没有找到已知的金文.</p>
Expand All @@ -69,7 +69,7 @@
</ul>
}
<hr />
<h3>Seal characters 说文解字的篆字 (@seals.Length)</h3>
<h3><span class="glyphicon glyphicon-book" aria-hidden="true"></span> Seal characters 说文解字的篆字 (@seals.Length)</h3>
@if (!seals.Any())
{
<p>There is no known seal characters found. 没有找到已知的说文解字的篆字.</p>
Expand All @@ -87,7 +87,7 @@
</ul>
}
<hr />
<h3>Liushutong characters 六书通的篆字 (@liushutongs.Length)</h3>
<h3><span class="glyphicon glyphicon-list-alt" aria-hidden="true"></span> Liushutong characters 六书通的篆字 (@liushutongs.Length)</h3>
@if (!liushutongs.Any())
{
<p>There is no known Liushutong characters found. 没有找到已知的六书通的字.</p>
Expand Down

0 comments on commit 6059e23

Please sign in to comment.