Skip to content

Commit

Permalink
templates: icon change
Browse files Browse the repository at this point in the history
* icon changed for form drop down menus #20
  • Loading branch information
Jake Cowton committed May 23, 2014
1 parent 10b46ee commit 7664646
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="panel panel-default">
<div class="panel-heading" data-toggle="collapse" href="#collapse-{{ idx }}">
<p> <a href=''> {{ group.name }} </a> <i class="fa fa-chevron-down fa-fw pull-right"></i></p>
<p> <a href=''> {{ group.name }} </a> <i class="fa fa-list fa-fw pull-right"></i></p>
{% if group.meta.indication %}
<span class="text-muted pull-right" style="padding-right: 10px;">{{ group.meta.indication }}</span>
{% endif %}
Expand Down

0 comments on commit 7664646

Please sign in to comment.