Commit 3fd70d27267227c06f1e940156dc7b788b3b6eef
1 parent
3119d587
Exists in
master
and in
1 other branch
- information icon on test.html
Showing
1 changed file
with
6 additions
and
4 deletions
Show diff stats
templates/test.html
... | ... | @@ -135,12 +135,14 @@ |
135 | 135 | % if q['type'] == 'information': |
136 | 136 | <div class="panel panel-default drop-shadow"> |
137 | 137 | <div class="panel-heading"> |
138 | + <span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span> | |
138 | 139 | Informação |
139 | 140 | </div> |
140 | - <div class="panel-body"> | |
141 | - <h4> ${i+1}.</h4> | |
142 | - ${pretty(q['text'])} | |
143 | - </div> | |
141 | + <div class="panel-body"> | |
142 | + <!-- <div class="well danger drop-shadow"> --> | |
143 | + <h4> ${i+1}.</h4> | |
144 | + ${pretty(q['text'])} | |
145 | + </div> | |
144 | 146 | </div> |
145 | 147 | % elif q['type'] == 'warning': |
146 | 148 | <div class="alert alert-warning drop-shadow" role="alert"> | ... | ... |