瀏覽代碼

added a space between icon and text for the "list" link to be consistent with the "add" link

Christian Raue 13 年之前
父節點
當前提交
aaabe4fb60
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Resources/views/Core/dashboard.html.twig

+ 1 - 1
Resources/views/Core/dashboard.html.twig

@@ -35,7 +35,7 @@ file that was distributed with this source code.
                             </td>
                             <td>
                                 {% if admin.hasroute('list') and admin.isGranted('LIST') %}
-                                    <a href="{{ admin.generateUrl('list')}}"><img src="{{ asset('bundles/sonataadmin/famfamfam/application_view_list.png') }}" />{% trans from 'SonataAdminBundle' %}link_list{% endtrans %}</a>
+                                    <a href="{{ admin.generateUrl('list')}}"><img src="{{ asset('bundles/sonataadmin/famfamfam/application_view_list.png') }}" /> {% trans from 'SonataAdminBundle' %}link_list{% endtrans %}</a>
                                 {% endif %}
                             </td>
                         </tr>