Skip to content
This repository has been archived by the owner on Sep 13, 2020. It is now read-only.

Commit

Permalink
fixed panel render without title
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Apr 2, 2015
1 parent 97bff3f commit 7a8f39e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bootstrap.conf
Expand Up @@ -168,15 +168,13 @@ alert-style=template="alertblock",posattrs=("style","class","dismiss"),options=(
[panelblock]
{class%}<div class="panel panel-default">
{class#}<div class="panel panel-{class}">
{class%}<div class="panel-heading">
{class#}<div class="panel-heading"><h3 class="panel-title">
{title#}<div class="panel-heading"><h3 class="panel-title">
<span class="{iconsfont$glyphicon:glyphicon glyphicon-{icon}}{size? iconsfont-{size}}"></span>
<span class="{iconsfont$font-awesome:fa fa-{icon}}{size? iconsfont-{size}}"></span>
<span class="{iconsfont$ionicons:icon ion-{icon}}{size? iconsfont-{size}}"></span>
<span class="{iconsfont$octicons:octicon octicon-{icon}}{size? iconsfont-{size}}"></span>
{title}
{class#}</h3></div>
{class%}</div>
{title#}</h3></div>
<div class="panel-body">
|
</div>
Expand Down

0 comments on commit 7a8f39e

Please sign in to comment.