update sample to refer to fa-icons

This commit is contained in:
Dave Conway-Jones 2015-10-20 19:30:42 +01:00
parent 2569a35b6c
commit ad44f838da
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<!-- Generally, there should be an input for each property of the node. -->
<!-- The for and id attributes identify the corresponding property -->
<!-- (with the 'node-input-' prefix). -->
<!-- The available icon classes are defined Twitter Bootstrap glyphicons -->
<!-- The available icon classes are defined Font Awesome Icons (FA Icons) -->
<div class="form-row">
<label for="node-input-topic"><i class="fa fa-tasks"></i> Topic</label>
<input type="text" id="node-input-topic" placeholder="Topic">