Skip to content

Commit

Permalink
use font-awesome icon instead of a famfamfam icon (#787)
Browse files Browse the repository at this point in the history
we will remove the famfamfam icon set from the admin bundle
  • Loading branch information
OskarStark authored and greg0ire committed Feb 21, 2017
1 parent 96da755 commit abc734c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/PageAdmin/select_site.html.twig
Expand Up @@ -30,7 +30,7 @@ file that was distributed with this source code.
{% for site in sites %}
<li>
{% if current and site.id == current.id %}
<img src="{{ asset('bundles/sonataadmin/famfamfam/accept.png') }}">
<i class="fa fa-check"></i>
{% endif %}

<a href="{{ admin.generateUrl('create', {'siteId': site.id, 'uniqid': admin.uniqid}) }}">
Expand Down

0 comments on commit abc734c

Please sign in to comment.