Author: echatellier Date: 2014-05-07 18:02:47 +0200 (Wed, 07 May 2014) New Revision: 2971 Url: http://forge.chorem.org/projects/jtimer/repository/revisions/2971 Log: Fix icon Modified: branches/ng-jtimer/src/main/webapp/partials/tasks.html Modified: branches/ng-jtimer/src/main/webapp/partials/tasks.html =================================================================== --- branches/ng-jtimer/src/main/webapp/partials/tasks.html 2014-05-07 15:32:09 UTC (rev 2970) +++ branches/ng-jtimer/src/main/webapp/partials/tasks.html 2014-05-07 16:02:47 UTC (rev 2971) @@ -29,7 +29,7 @@ </div> <div id="footer"> <span class="left">{{currentDate()}}</span> - <span class="center"><i class="icon-html5"></i> <a href="#">WebTimer</a></span> + <span class="center"><i class="fa fa-html5"></i> <a href="#">WebTimer</a></span> <!--<span class="right">{{tree.getTime().today |time}} | {{tree.getTime().global | time}}</span>--> <span class="right">Dernier accès serveur: {{acces}}</span> </div>